public class ExprEvalException extends ExprException
| Constructor and Description |
|---|
ExprEvalException() |
ExprEvalException(String msg) |
ExprEvalException(String msg,
Throwable cause) |
ExprEvalException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExprEvalException()
public ExprEvalException(Throwable cause)
public ExprEvalException(String msg)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableLicenced under the Apache License, Version 2.0