| 
 | ||||||||||
| 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
public class ExpressionException
RuntimeException subclass thrown in cases of errors during expressions creation/parsing.
| Field Summary | |
|---|---|
| protected  String | expressionString | 
| Constructor Summary | |
|---|---|
| ExpressionException()Constructor for ExpressionException. | |
| ExpressionException(String msg)Constructor for ExpressionException. | |
| ExpressionException(String msg,
                    String expressionString,
                    Throwable th)Constructor for ExpressionException. | |
| ExpressionException(String msg,
                    Throwable th)Constructor for ExpressionException. | |
| ExpressionException(Throwable th)Constructor for ExpressionException. | |
| Method Summary | |
|---|---|
|  String | 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 | 
| Field Detail | 
|---|
protected String expressionString
| Constructor Detail | 
|---|
public ExpressionException()
public ExpressionException(String msg)
msg - public ExpressionException(Throwable th)
th - 
public ExpressionException(String msg,
                           Throwable th)
msg - th - 
public ExpressionException(String msg,
                           String expressionString,
                           Throwable th)
| Method Detail | 
|---|
public String getExpressionString()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||