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

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.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

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

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)