org.enhydra.shark.api.client.wfbase
Class NameMismatch
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfbase.NameMismatch
- All Implemented Interfaces:
- java.io.Serializable
- public final class NameMismatch
- extends RootException
Our implementation of engine never throws this exception, because
from its point of view, setting names in expressions has no meaning.
OMG definition: The NameMismatch exception is raised when the NameValue
list provided as input for a set_names_in_expression operation on
a BaseIterator has names that are not recognized.
- 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 |
NameMismatch
public NameMismatch()
NameMismatch
public NameMismatch(java.lang.String $reason)
NameMismatch
public NameMismatch(java.lang.Throwable th)
NameMismatch
public NameMismatch(java.lang.String message,
java.lang.Throwable th)