Class WorkflowValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.workflow.exception.WorkflowValidationException
- All Implemented Interfaces:
- Serializable
Collects errors during task validation
- Since:
- 8.9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionWorkflowValidationException(String message) WorkflowValidationException(List<String> errors) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WorkflowValidationException
- 
WorkflowValidationException
 
- 
- 
Method Details- 
getErrors
 
-