| Modifier and Type | Field and Description |
|---|---|
static ReportType |
AsyncListenerHandler.REPORT_HANDLER_NOT_STARTED |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
DetailedErrorReporter.REPORT_EXCEPTION_COUNT
Report format for printing the current exception count.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportType[] |
ReportType.getReports(Class<?> sender)
Retrieve all publicly associated reports.
|
ReportType |
Report.getType()
Retrieve the report type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ReportType.getReportName(Object sender,
ReportType type)
Retrieve the full canonical name of a given report type.
|
static Report.ReportBuilder |
Report.newBuilder(ReportType type)
Construct a new report builder.
|
Report.ReportBuilder |
Report.ReportBuilder.type(ReportType type)
Set the current report type.
|
| Constructor and Description |
|---|
Report(ReportType type,
Throwable exception,
Object[] messageParameters,
Object[] callerParameters)
Construct a new report with the given type and parameters.
|
Report(ReportType type,
Throwable exception,
Object[] messageParameters,
Object[] callerParameters,
long rateLimit)
Construct a new report with the given type and parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
PacketEvent.REPORT_CHANGING_PACKET_TYPE_IS_CONFUSING |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
BukkitUnwrapper.REPORT_CANNOT_FIND_UNWRAP_METHOD |
static ReportType |
BukkitUnwrapper.REPORT_CANNOT_READ_FIELD_HANDLE |
static ReportType |
BukkitUnwrapper.REPORT_ILLEGAL_ARGUMENT |
static ReportType |
BukkitUnwrapper.REPORT_SECURITY_LIMITATION |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
PacketRegistry.REPORT_CANNOT_CORRECT_TROVE_MAP |
static ReportType |
PacketRegistry.REPORT_INSUFFICIENT_CLIENT_PACKETS |
static ReportType |
PacketRegistry.REPORT_INSUFFICIENT_SERVER_PACKETS |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
BackgroundCompiler.REPORT_CANNOT_COMPILE_STRUCTURE_MODIFIER |
static ReportType |
BackgroundCompiler.REPORT_CANNOT_SCHEDULE_COMPILATION |
static ReportType |
StructureCompiler.REPORT_TOO_MANY_GENERATED_CLASSES |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
MinecraftReflection.REPORT_CANNOT_FIND_MCPC_REMAPPER |
static ReportType |
MinecraftReflection.REPORT_CANNOT_LOAD_CPC_REMAPPER |
static ReportType |
MinecraftReflection.REPORT_NON_CRAFTBUKKIT_LIBRARY_PACKAGE |
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
WrappedGameProfile.REPORT_INVALID_UUID |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.