|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionExecutorException.ErrorType | |
|---|---|
| org.apache.oozie.action | |
| Uses of ActionExecutorException.ErrorType in org.apache.oozie.action |
|---|
| Methods in org.apache.oozie.action that return ActionExecutorException.ErrorType | |
|---|---|
ActionExecutorException.ErrorType |
ActionExecutorException.getErrorType()
Return the error type of the exception. |
static ActionExecutorException.ErrorType |
ActionExecutorException.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionExecutorException.ErrorType[] |
ActionExecutorException.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.oozie.action with parameters of type ActionExecutorException.ErrorType | |
|---|---|
protected void |
ActionExecutor.registerError(java.lang.String exClass,
ActionExecutorException.ErrorType errorType,
java.lang.String errorCode)
Register error handling information for an exception. |
| Constructors in org.apache.oozie.action with parameters of type ActionExecutorException.ErrorType | |
|---|---|
ActionExecutorException(ActionExecutorException.ErrorType errorType,
java.lang.String errorCode,
java.lang.String message)
Create an action executor exception. |
|
ActionExecutorException(ActionExecutorException.ErrorType errorType,
java.lang.String errorCode,
java.lang.String messageTemplate,
java.lang.Object... params)
Create an action executor exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||