|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.commerce.payments.configurator.ConfigurationException
Basic exception for configuration tasks.
All exceptions thrown by the configuration inherit from this class.
Constructor Summary | |
---|---|
ConfigurationException()
Default constructor |
|
ConfigurationException(java.lang.Exception e)
Constructor including an exception object as a parameter |
|
ConfigurationException(java.lang.Exception e,
java.lang.String messageID,
java.lang.Object[] objs)
Constructor inclusing an exception object, a message ID, and an object array |
|
ConfigurationException(java.lang.String messageID,
java.lang.Object[] objs)
Constructor including a message ID and an object array |
Method Summary | |
---|---|
void |
exit()
Exit the program. |
java.lang.String |
getMessageId()
Get exception text |
java.lang.Object[] |
getObjects()
Get object array |
java.lang.Exception |
getWrappedException()
Get wrapped exception |
static void |
printFullStackTrace()
Display the full stack trace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigurationException()
public ConfigurationException(java.lang.Exception e)
e
- the exceptionpublic ConfigurationException(java.lang.String messageID, java.lang.Object[] objs)
messageID
- exception messageobjs
- public ConfigurationException(java.lang.Exception e, java.lang.String messageID, java.lang.Object[] objs)
e
- The exceptionmessageID
- exception messageobjs
- Method Detail |
public java.lang.String getMessageId()
public java.lang.Exception getWrappedException()
public java.lang.Object[] getObjects()
public static void printFullStackTrace()
public void exit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |