Package de.xima.fc.exceptions
Class WorkflowValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.exceptions.WorkflowValidationException
- All Implemented Interfaces:
 IXfcException,Serializable
This exception is thrown when an error occurs during workflow validation.
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionWorkflowValidationException(String message) WorkflowValidationException(String message, Throwable e) WorkflowValidationException(Throwable throwable)  - 
Method Summary
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParamsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WorkflowValidationException
 - 
WorkflowValidationException
 - 
WorkflowValidationException
 
 - 
 - 
Method Details
- 
getDefaultMessageKey
 - 
getDefaultErrorCode
 
 -