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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.RootException
              extended by org.enhydra.shark.api.client.wfbase.GrammarNotSupported
All Implemented Interfaces:
java.io.Serializable

public final class GrammarNotSupported
extends RootException

OMG definition: The GrammarNotSuported exception is raised when the input parameter of the set_query_grammar on a BaseIterator specifies a query grammar that is not supported by the iterator.

See Also:
Serialized Form

Constructor Summary
GrammarNotSupported()
           
GrammarNotSupported(java.lang.String $reason)
           
GrammarNotSupported(java.lang.String message, java.lang.Throwable th)
           
GrammarNotSupported(java.lang.Throwable th)
           
 
Method Summary
 
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

GrammarNotSupported

public GrammarNotSupported()

GrammarNotSupported

public GrammarNotSupported(java.lang.String $reason)

GrammarNotSupported

public GrammarNotSupported(java.lang.Throwable th)

GrammarNotSupported

public GrammarNotSupported(java.lang.String message,
                           java.lang.Throwable th)