public class InvalidInputWorkflowException extends com.opensymphony.workflow.WorkflowException
WorkflowException which can be thrown in a FunctionProvider
if the input is invalid.This is an validation error which will be handled in a special manner.
| Modifier and Type | Field and Description |
|---|---|
private AllErrors |
_allErrors |
| Constructor and Description |
|---|
InvalidInputWorkflowException(AllErrors allErrors,
Throwable cause)
Constructs a new invalid input workflow exception with the specified
cause.
|
InvalidInputWorkflowException(String message,
AllErrors allErrors)
Constructs a new invalid input workflow exception with the specified
detail message.
|
InvalidInputWorkflowException(String message,
AllErrors allErrors,
Throwable cause)
Constructs a new invalid input workflow exception with the specified
detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
AllErrors |
getErrors()
Get the errors that initiate the exception
|
getCause, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprivate final AllErrors _allErrors
public InvalidInputWorkflowException(String message, AllErrors allErrors)
allErrors - The initial errorsmessage - The detail message.public InvalidInputWorkflowException(String message, AllErrors allErrors, Throwable cause)
message - The detail message.allErrors - The initial errorscause - The cause.public InvalidInputWorkflowException(AllErrors allErrors, Throwable cause)
allErrors - The initial errorscause - The cause.