org.enhydra.shark.api.client.wfbase
Class GrammarNotSupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
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
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 |
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)