|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.vladium.util.exception.AbstractException
com.vladium.emma.EMMAException
| Field Summary |
| Fields inherited from class com.vladium.util.exception.AbstractException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
EMMAException()
Constructs an exception with null message and null cause. |
|
EMMAException(java.lang.String message)
Constructs an exception with given error message/code and null cause. |
|
EMMAException(java.lang.String message,
java.lang.Object[] arguments)
Constructs an exception with given error message/code and null cause. |
|
EMMAException(java.lang.String message,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Constructs an exception with given error message/code and given cause. |
|
EMMAException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with given error message/code and given cause. |
|
EMMAException(java.lang.Throwable cause)
Constructs an exception with null error message/code and given cause. |
|
| Methods inherited from class com.vladium.util.exception.AbstractException |
__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 EMMAException()
public EMMAException(java.lang.String message)
message - the detail message [can be null]
public EMMAException(java.lang.String message,
java.lang.Object[] arguments)
message - the detail message [can be null]arguments - message format parameters [can be null or empty]MessageFormatpublic EMMAException(java.lang.Throwable cause)
cause - the cause [nested exception] [can be null]
public EMMAException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message [can be null]cause - the cause [nested exception] [can be null]
public EMMAException(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 | ||||||||||