public class PleaseReportException extends RuntimeException
Represents the exception that is thrown when an error occurred in the library.
| Constructor and Description |
|---|
PleaseReportException()
Initializes a new instance of the
PleaseReportException class. |
PleaseReportException(String message)
Initializes a new instance of the
PleaseReportException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PleaseReportException()
Initializes a new instance of the PleaseReportException class.
public PleaseReportException(String message)
Initializes a new instance of the PleaseReportException class.
message - The message.Copyright © 2026. All rights reserved.