org.enhydra.shark.api.client.wfbase
Class InvalidQuery
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfbase.InvalidQuery
- All Implemented Interfaces:
- java.io.Serializable
public final class InvalidQuery
- extends RootException
Our current implementation of engine never throws this exception, because
it does not check queries before actually interpreting
them.
OMG definition: The InvalidQuery exception is raised when an invalid
query expression is provided as input for a set_query_expression operations
on a BaseIterator.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidQuery
public InvalidQuery()
InvalidQuery
public InvalidQuery(java.lang.String $reason)
InvalidQuery
public InvalidQuery(java.lang.Throwable th)
InvalidQuery
public InvalidQuery(java.lang.String message,
java.lang.Throwable th)