|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.danet.an.workflow.api.ImportException
This exception is thrown by the
method of
importProcessDefinitionsProcessDefinitionDirectory and results from collected
errors.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
ImportException(java.lang.String msg,
java.util.List prioritizedMessages)
Construct a ImportException from a collecting error
handler. |
|
| Method Summary | |
java.util.List |
messages()
Return all messages, i.e. warnings, errors and fatal errors. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImportException(java.lang.String msg,
java.util.List prioritizedMessages)
ImportException from a collecting error
handler. The warnings, errors, fatal error of the Exception are
taken from the error handler.
msg - the main message of the exception.prioritizedMessages - the given prioritized messages.| Method Detail |
public java.util.List messages()
PrioritizedMessage.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||