public class ProcessingException extends Exception
CallableAction and CallableDataSource, to indicate an error
occurred while assembling the PageReference.| Constructor and Description |
|---|
ProcessingException(String message,
FieldProcessor fieldProcessor)
Creates a new
ProcessingException. |
ProcessingException(String message,
Throwable cause,
FieldProcessor fieldProcessor)
Creates a new
ProcessingException. |
| Modifier and Type | Method and Description |
|---|---|
FieldProcessor |
getFieldProcessor()
Returns the
FieldProcessor in charge when the error occurred |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessingException(String message, FieldProcessor fieldProcessor)
ProcessingException.message - the error message.fieldProcessor - the FieldProcessor in charge when the error occurred, used to append some further
details about the error via FieldProcessor.addErrorMessage(String)public ProcessingException(String message, Throwable cause, FieldProcessor fieldProcessor)
ProcessingException.message - the error messagecause - the cause of the errorfieldProcessor - the FieldProcessor in charge when the error occurred, used to append some further
details about the error via FieldProcessor.addErrorMessage(String)public FieldProcessor getFieldProcessor()
FieldProcessor in charge when the error occurredFieldProcessorCopyright © 2011–2022 aiticon GmbH. All rights reserved.