public class Expr4jException extends RuntimeException
Expr4jException
class is the superclass of those exceptions that can be thrown during the execution of Expr4j library.Constructor and Description |
---|
Expr4jException()
Constructs a new expr4j exception with null as its detail message.
|
Expr4jException(String message)
Constructs a new expr4j exception with the specified detail message.
|
Expr4jException(String message,
Throwable cause)
Constructs a new expr4j exception with the specified detail message and cause.
|
Expr4jException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new expr4j exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
|
Expr4jException(Throwable cause)
Constructs a new expr4j exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Expr4jException()
public Expr4jException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the detail messagecause
- the cause of the exceptionenableSuppression
- whether or not suppression is enabled or disabledwritableStackTrace
- whether or not the stack trace should be writablepublic Expr4jException(String message, Throwable cause)
message
- the detail messagecause
- the cause of the exceptionpublic Expr4jException(String message)
message
- the detail messagepublic Expr4jException(Throwable cause)
cause
- the cause of the exceptionCopyright © 2019 Pratanu Mandal. All rights reserved.