Class EJBQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.exp.ExpressionException
org.apache.cayenne.ejbql.EJBQLException
- All Implemented Interfaces:
Serializable
An exception thrown on errors during parsing EJBQL statements.
- Since:
- 3.0
- See Also:
-
Field Summary
Fields inherited from class ExpressionException
expressionString -
Constructor Summary
ConstructorsConstructorDescriptionEJBQLException(String messageFormat, Object... messageArgs) EJBQLException(String messageFormat, String expressionString, Throwable th, Object... messageArgs) EJBQLException(String messageFormat, Throwable cause, Object... messageArgs) EJBQLException(Throwable cause) -
Method Summary
Methods inherited from class ExpressionException
getExpressionStringMethods 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
-
Constructor Details
-
EJBQLException
public EJBQLException() -
EJBQLException
-
EJBQLException
-
EJBQLException
-
EJBQLException
-