| Package | Description |
|---|---|
| com.comphenix.protocol.error |
| Modifier and Type | Method and Description |
|---|---|
Report.ReportBuilder |
Report.ReportBuilder.callerParam(Object... callerParameters)
Set the parameters in the caller method.
|
Report.ReportBuilder |
Report.ReportBuilder.error(Throwable exception)
Set the current exception that occurred.
|
Report.ReportBuilder |
Report.ReportBuilder.messageParam(Object... messageParameters)
Set the message parameters that are used to construct a message text.
|
static Report.ReportBuilder |
Report.newBuilder(ReportType type)
Construct a new report builder.
|
Report.ReportBuilder |
Report.ReportBuilder.rateLimit(long rateLimit)
Set the minimum number of nanoseconds to wait until a report of equal type and parameters
is allowed to be printed again.
|
Report.ReportBuilder |
Report.ReportBuilder.rateLimit(long rateLimit,
TimeUnit rateUnit)
Set the minimum time to wait until a report of equal type and parameters is allowed to be printed again.
|
Report.ReportBuilder |
Report.ReportBuilder.type(ReportType type)
Set the current report type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RethrowErrorReporter.reportDebug(Object sender,
Report.ReportBuilder builder) |
void |
ErrorReporter.reportDebug(Object sender,
Report.ReportBuilder builder)
Prints a debug message from the current sender.
|
void |
DetailedErrorReporter.reportDebug(Object sender,
Report.ReportBuilder builder) |
void |
DelegatedErrorReporter.reportDebug(Object sender,
Report.ReportBuilder builder) |
void |
BasicErrorReporter.reportDebug(Object sender,
Report.ReportBuilder builder) |
void |
RethrowErrorReporter.reportDetailed(Object sender,
Report.ReportBuilder reportBuilder) |
void |
ErrorReporter.reportDetailed(Object sender,
Report.ReportBuilder reportBuilder)
Prints a detailed error report about an unhandled exception.
|
void |
DetailedErrorReporter.reportDetailed(Object sender,
Report.ReportBuilder reportBuilder) |
void |
DelegatedErrorReporter.reportDetailed(Object sender,
Report.ReportBuilder reportBuilder) |
void |
BasicErrorReporter.reportDetailed(Object sender,
Report.ReportBuilder reportBuilder) |
void |
RethrowErrorReporter.reportWarning(Object sender,
Report.ReportBuilder reportBuilder) |
void |
ErrorReporter.reportWarning(Object sender,
Report.ReportBuilder reportBuilder)
Prints a warning message from the current plugin.
|
void |
DetailedErrorReporter.reportWarning(Object sender,
Report.ReportBuilder reportBuilder) |
void |
DelegatedErrorReporter.reportWarning(Object sender,
Report.ReportBuilder reportBuilder) |
void |
BasicErrorReporter.reportWarning(Object sender,
Report.ReportBuilder reportBuilder) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.