|
||||||||||
| 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.jpox.exceptions.JPOXException
org.jpox.exceptions.JPOXUserException
org.jpox.store.mapped.expression.ScalarExpression.IllegalOperationException
public static class ScalarExpression.IllegalOperationException
Inner class representing an illegal operation.
| Constructor Summary | |
|---|---|
ScalarExpression.IllegalOperationException(ScalarExpression operand1,
java.lang.String operation,
ScalarExpression operand2)
Constructor |
|
ScalarExpression.IllegalOperationException(java.lang.String operation,
ScalarExpression operand)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.jpox.exceptions.JPOXException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScalarExpression.IllegalOperationException(java.lang.String operation,
ScalarExpression operand)
operation - the operation. It may include a descriptive localised error messageoperand - the operand
public ScalarExpression.IllegalOperationException(ScalarExpression operand1,
java.lang.String operation,
ScalarExpression operand2)
operation - the operation. It may include a descriptive error messageoperand1 - the left-hand operandoperand2 - the right-hand operand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||