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, toString
public ExprEvalException()
public ExprEvalException(Throwable cause)
public ExprEvalException(String msg)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Licenced under the Apache License, Version 2.0