|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.openexchange.admin.exceptions.OXGenericException
public class OXGenericException
Class containing generic Exceptions
Field Summary | |
---|---|
static String |
GENERAL_ERROR
General ERROR |
static String |
KEY_MISSING
Key is missing |
static String |
NULL_EMPTY
Value is null or empty |
Constructor Summary | |
---|---|
OXGenericException(String s)
OX generic exceptions with various messages |
|
OXGenericException(String message,
Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NULL_EMPTY
public static final String GENERAL_ERROR
public static final String KEY_MISSING
Constructor Detail |
---|
public OXGenericException(String s)
NULL_EMPTY
,
KEY_MISSING
public OXGenericException(String message, Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |