public class ExpressionException extends CayenneRuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| protected String | expressionString | 
| Constructor and Description | 
|---|
| ExpressionException() | 
| ExpressionException(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) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExpressionString() | 
getMessage, getUnlabeledMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String expressionString
public ExpressionException()
public ExpressionException(String messageFormat, Throwable cause, Object... messageArgs)
public ExpressionException(Throwable cause)
public String getExpressionString()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.