PleaseReportException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException

public class PleaseReportException extends RuntimeException

Represents the exception that is thrown when an error occurred in the library.

Constructors

Constructor Description
PleaseReportException(String message) Initializes a new instance of the PleaseReportException class.
PleaseReportException() Initializes a new instance of the PleaseReportException class.

PleaseReportException(String message)

public PleaseReportException(String message)

Initializes a new instance of the PleaseReportException class.

Parameters:

Parameter Type Description
message java.lang.String The message.

PleaseReportException()

public PleaseReportException()

Initializes a new instance of the PleaseReportException class.