|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultException
fuego.papi.OperationException
Superclass of all Exceptions in the fuego.papi and fuego.papi.exception packages.
PAPI Exceptions are organized into Exception superclasses, which contain the word Operation, and subclasses of these Exceptions. For example, ViewOperationException is the superclass of View Exceptions such as ViewNotFoundException. This exception is thrown when an execution or operation fails. To handle the messaging take a look to the DEFAULT_EXCEPTION.
fuego.lang.DefaultException,
Serialized Form| Constructor Summary | |
OperationException()
Creates a new OperationException object. |
|
OperationException(Throwable cause)
Creates a new OperationException object with an specified cause. |
|
| Method Summary | |
static OperationException |
wrap(Throwable cause)
Construct a new OperationException with an specific cause. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OperationException()
public OperationException(Throwable cause)
cause - the problem which generated the exception.| Method Detail |
public static OperationException wrap(Throwable cause)
cause - the problem which generate the exception.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||