public class ExpressionVisitException
extends java.lang.Exception
ExpressionVisitor to throw if an error
occurs while traversing the expression tree.| Constructor and Description |
|---|
ExpressionVisitException(java.lang.String msg)
Creates a new
ExpressionVisitException with a message. |
ExpressionVisitException(java.lang.String msg,
java.lang.Throwable throwable)
Creates a new
ExpressionVisitException with a message and the
cause of the exception. |
public ExpressionVisitException(java.lang.String msg)
ExpressionVisitException with a message.msg - the exception's messagepublic ExpressionVisitException(java.lang.String msg,
java.lang.Throwable throwable)
ExpressionVisitException with a message and the
cause of the exception.msg - the exception's messagethrowable - the exception's cause