org.jbpm
Class VariableTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.util.lang.ChainedRuntimeException
                  extended byorg.jbpm.VariableTypeException
All Implemented Interfaces:
java.io.Serializable

public class VariableTypeException
extends org.jbpm.util.lang.ChainedRuntimeException

is thrown when a jbpm cannot determine the type of a variable that is being set.

See Also:
Serialized Form

Constructor Summary
VariableTypeException(java.lang.String msg)
           
 
Methods inherited from class org.jbpm.util.lang.ChainedRuntimeException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableTypeException

public VariableTypeException(java.lang.String msg)


Version : jbpm-2.0