org.jbpm
Class DefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.util.lang.ChainedRuntimeException
org.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
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 |
DefinitionException
public DefinitionException(java.lang.String msg)
DefinitionException
public DefinitionException(java.lang.String msg,
java.lang.Throwable cause)
Version : jbpm-2.0