org.enhydra.shark.api.client.wfbase
Class InvalidQuery

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.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

Constructor Summary
InvalidQuery()
           
InvalidQuery(java.lang.String $reason)
           
InvalidQuery(java.lang.String message, java.lang.Throwable th)
           
InvalidQuery(java.lang.Throwable th)
           
 
Methods inherited from class org.enhydra.shark.api.RootException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)