|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultRuntimeException
fuego.papi.EngineRuntimeException
No RuntimeException thrown while executing an engine operation should "travel" to PAPI. Instead, an EngineRuntimeException should wrap it and "travel" to PAPI.
Therefore, this exception should be created just in the engine side.
| Constructor Summary | |
EngineRuntimeException()
Creates a new EngineRuntimeException with the default message. |
|
EngineRuntimeException(fuego.resources.Msg msg)
Creates a new EngineRuntimeException with the specified message. |
|
| Method Summary | |
static EngineRuntimeException |
create(RuntimeException re,
Locale locale)
Returns a new EngineRuntimeException with the given RuntimeException and locale. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EngineRuntimeException()
public EngineRuntimeException(fuego.resources.Msg msg)
msg - message to display in the exception.| Method Detail |
public static EngineRuntimeException create(RuntimeException re,
Locale locale)
re - It is the RuntimeException to be wrapped.locale - Indicate the locale of the message.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||