|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fuego.lang.DefaultRuntimeException
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()
Contructs a new EngineRuntimeException with the default message. |
|
EngineRuntimeException(fuego.resources.ExceptionMsg msg)
|
|
| Method Summary | |
static EngineRuntimeException |
create(RuntimeException re,
Locale locale)
Return a new EngineRuntimeException with the given RuntimeException and locale. |
| Methods inherited from class fuego.lang.DefaultRuntimeException |
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail, initCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EngineRuntimeException()
public EngineRuntimeException(fuego.resources.ExceptionMsg msg)
| 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.
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||