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, toString
public PleaseReportException(String message)
Initializes a new instance of the PleaseReportException
class.
message
- The message.public PleaseReportException()
Initializes a new instance of the PleaseReportException
class.