org.enhydra.shark.api.client.wfbase |
Derived from OMG interface. Contains some common interfaces and exceptions
used in other modules.
|
Java Source File Name | Type | Comment |
BaseBusinessObject.java | Interface | Java version of OMG's interface. |
BaseError.java | Class | Java implementation of OMG's data type. |
BaseException.java | Class | Java implementation of OMG defined exception. |
BaseIterator.java | Interface | Java implementation of OMG's interface. |
GrammarNotSupported.java | Class | 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. |
InvalidQuery.java | Class | Our current implementation of engine never throws this exception, because
it does not check queries before actually interpreting
them. |
NameMismatch.java | Class | Our implementation of engine never throws this exception, because
from its point of view, setting names in expressions has no meaning. |