|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.exp.ExpressionException
org.apache.cayenne.ejbql.EJBQLException
public class EJBQLException
An exception thrown on errors during parsing EJBQL statements.
Field Summary |
---|
Fields inherited from class org.apache.cayenne.exp.ExpressionException |
---|
expressionString |
Constructor Summary | |
---|---|
EJBQLException()
|
|
EJBQLException(String msg)
|
|
EJBQLException(String msg,
String expressionString,
Throwable th)
|
|
EJBQLException(String msg,
Throwable th)
|
|
EJBQLException(Throwable th)
|
Method Summary |
---|
Methods inherited from class org.apache.cayenne.exp.ExpressionException |
---|
getExpressionString |
Methods inherited from class org.apache.cayenne.CayenneRuntimeException |
---|
getMessage, getUnlabeledMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EJBQLException()
public EJBQLException(String msg)
public EJBQLException(Throwable th)
public EJBQLException(String msg, Throwable th)
public EJBQLException(String msg, String expressionString, Throwable th)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |