Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.exp.ExpressionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EJBQLException
RuntimeException thrown on errors during expressions creation/parsing.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionException(String messageFormat, Object... messageArgs) ExpressionException(String messageFormat, String expressionString, Throwable th, Object... messageArgs) Constructor for ExpressionException.ExpressionException(String messageFormat, Throwable cause, Object... messageArgs) ExpressionException(Throwable cause) -
Method Summary
Methods inherited from class CayenneRuntimeException
getExceptionLabel, getMessage, getUnlabeledMessageModifier and TypeMethodDescriptionstatic StringReturns message that includes Cayenne version label and the actual exception message.Returns exception message without Cayenne version label.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
expressionString
-
-
Constructor Details
-
ExpressionException
public ExpressionException() -
ExpressionException
-
ExpressionException
-
ExpressionException
-
ExpressionException
-
-
Method Details
-
getExpressionString
-