|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.jdo.JDOException javax.jdo.JDOCanRetryException javax.jdo.JDOUserException com.triactive.jdo.store.sql.expr.MethodInvocationException
Thrown if a reflective call to a JDO query method of an SQL expression throws
an exception.
JDO query methods are those Java methods in a SqlExpression
subclass
named "...Method".
Constructor Summary | |
MethodInvocationException(java.lang.String methodName,
java.util.List arguments,
java.lang.Throwable t)
Constructs a method invocation exception. |
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MethodInvocationException(java.lang.String methodName, java.util.List arguments, java.lang.Throwable t)
methodName
- The name of the method.arguments
- A list of SqlExpressions representing the arguments passed to the
method.t
- The exception thrown by the method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |