java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jbpm.workflow.definition.JpdlException
- All Implemented Interfaces:
- java.io.Serializable
- public class JpdlException
- extends java.lang.Exception
is the checked exception that is thrown when a process archive
is not compliant as specified in the jBpm Process Defintition Language (jPdl).
A JpdlException tries to collect as many error messages in one parsing or
validation, analogue to a compiler. This allows a process developer to
correct more then one problem before redeploying the process archive.
Each message is optionally composed of a list of sub-messages separated
by colons ':'. The sub-messages are ordered from general to specific.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
errorMsgs
private java.util.List errorMsgs
JpdlException
public JpdlException(java.lang.String msg)
JpdlException
public JpdlException(java.util.List errorMsgs)
getErrorMsgs
public java.util.List getErrorMsgs()