| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.zos.model |
General z/OS specific interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ExceptionAction |
TaurusExceptionProcessor.processException(java.lang.Throwable pException,
java.lang.String pMessage)
Calls the registered
IExceptionhandler to handle the exception. |
static ExceptionAction |
TaurusExceptionProcessor.processException(java.lang.Throwable pException,
java.lang.String pMessage,
ExceptionAction[] pActions)
Calls the registered
IExceptionhandler to handle the exception. |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionAction |
TaurusExceptionProcessor.processException(java.lang.Throwable pException,
java.lang.String pMessage,
ExceptionAction[] pActions)
Calls the registered
IExceptionhandler to handle the exception. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionAction |
IExceptionhandler.handleException(java.lang.Throwable pException,
java.lang.String pMessage,
ExceptionAction[] pActions)
Handles an exception (usually by opening an error dialog).
|
static ExceptionAction |
ExceptionAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionAction[] |
ExceptionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionAction |
IExceptionhandler.handleException(java.lang.Throwable pException,
java.lang.String pMessage,
ExceptionAction[] pActions)
Handles an exception (usually by opening an error dialog).
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.