|
|||||||||||
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
com.vladium.util.exception.AbstractRuntimeException
com.vladium.emma.EMMARuntimeException
Field Summary |
Fields inherited from class com.vladium.util.exception.AbstractRuntimeException |
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
EMMARuntimeException()
Constructs an exception with null message and null cause. |
|
EMMARuntimeException(java.lang.String message)
Constructs an exception with given error message/code and null cause. |
|
EMMARuntimeException(java.lang.String message,
java.lang.Object[] arguments)
Constructs an exception with given error message/code and null cause. |
|
EMMARuntimeException(java.lang.String message,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Constructs an exception with given error message/code and given cause. |
|
EMMARuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with given error message/code and given cause. |
|
EMMARuntimeException(java.lang.Throwable cause)
Constructs an exception with null error message/code and given cause. |
Methods inherited from class com.vladium.util.exception.AbstractRuntimeException |
__printStackTrace, __printStackTrace, addExceptionResource, getCause, getErrorCode, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EMMARuntimeException()
public EMMARuntimeException(java.lang.String message)
message
- the detail message [can be null]public EMMARuntimeException(java.lang.String message, java.lang.Object[] arguments)
message
- the detail message [can be null]arguments
- message format parameters [can be null or empty]MessageFormat
public EMMARuntimeException(java.lang.Throwable cause)
cause
- the cause [nested exception] [can be null]public EMMARuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message [can be null]cause
- the cause [nested exception] [can be null]public EMMARuntimeException(java.lang.String message, java.lang.Object[] arguments, java.lang.Throwable cause)
message
- the detail message [can be null]arguments
- message format parameters [can be null or empty]cause
- the cause [nested exception] [can be null]MessageFormat
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |