org.jbpm
Class DefinitionException

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

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

is thrown if an inconsistency is detected in a process definition at runtime. Of course, jBpm does as much effort as possible to validate process definition at deploy-time, but those validations are not enough.

See Also:
Serialized Form

Constructor Summary
DefinitionException(java.lang.String msg)
           
DefinitionException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

DefinitionException

public DefinitionException(java.lang.String msg)

DefinitionException

public DefinitionException(java.lang.String msg,
                           java.lang.Throwable cause)


Version : jbpm-2.0