public class UnexpectedExpressionException
extends java.lang.Exception
Constructor and Description |
---|
UnexpectedExpressionException(java.lang.String message)
Default constructor with only string message.
|
UnexpectedExpressionException(java.lang.String message,
java.lang.Throwable cause)
Default constructor with string message and the Java Throwable cause.
|
public UnexpectedExpressionException(java.lang.String message)
message
- the error descriptionpublic UnexpectedExpressionException(java.lang.String message, java.lang.Throwable cause)
message
- the error descriptioncause
- the cause this trigger the exception