|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
RuntimeExpressionException
IllegalExpressionException
public class IllegalExpressionException
Exception thrown when an expression contains illegal syntax.
Constructor Summary | |
---|---|
IllegalExpressionException()
Construct an IllegalExpressionException. |
|
IllegalExpressionException(String message)
Construct an IllegalExpressionException with the given message. |
|
IllegalExpressionException(String message,
String expression)
Construct an IllegalExpressionException with the given message and the malformed expression. |
|
IllegalExpressionException(String message,
String expression,
Throwable cause)
Construct an IllegalExpressionException with the given message , the malformed expression, and the cause . |
|
IllegalExpressionException(String message,
Throwable cause)
Construct an IllegalExpressionException with the given message and cause . |
|
IllegalExpressionException(Throwable cause)
Construct an IllegalExpressionException with the given cause |
Method Summary | |
---|---|
String |
getExpression()
Get the malformed expression. |
Methods inherited from class RuntimeExpressionException |
---|
getLocalizedMessage, setLocalizedMessage |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalExpressionException()
public IllegalExpressionException(String message)
message
- a String containing the text of the exception messagepublic IllegalExpressionException(Throwable cause)
cause
- a Throwable that caused this exception to be thrown
public IllegalExpressionException(String message, Throwable cause)
message
and cause
.
message
- a String containing the text of the exception messagecause
- a Throwable
that caused this exception to be thrownpublic IllegalExpressionException(String message, String expression)
message
and the malformed expression.
message
- a String containing the text of this exception messageexpression
- the expression that was malformed and caused this exception to be thrownpublic IllegalExpressionException(String message, String expression, Throwable cause)
message
, the malformed expression, and the cause
.
message
- a String containing the text of this exception messageexpression
- the expression that was malformed and caused this exception to be throwncause
- a Throwable
that caused this exception to be thrownMethod Detail |
---|
public String getExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |