|
© 2004 BEA Systems, Inc. | |||||||||
| 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.beasys.commerce.foundation.exception.ApplicationException
com.bea.commerce.ebusiness.discount.DiscountException
The base class for all application exceptions that will be throw by the
discount package.
| Field Summary | |
static String |
MESSAGE_NAMESPACE
The name of the resource bundle. |
| Fields inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
embeddedException, logMessages, userMessages |
| Constructor Summary | |
DiscountException(String messageKey)
Class constructor taking key of the associated catalog message. |
|
DiscountException(String messageKey,
Exception exception)
Class constructor taking key of the associated catalog message and an embedded exception. |
|
DiscountException(String messageKey,
Object argument)
Class constructor taking key of the associated catalog message and a message parameter substitution argument. |
|
DiscountException(String messageKey,
Object[] arguments)
Class constructor taking key of the associated catalog message and message parameter substitution arguments. |
|
DiscountException(String messageKey,
Object argument,
Exception exception)
Class constructor taking key of the associated catalog message and a message parameter substitution argument. |
|
| Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String MESSAGE_NAMESPACE
| Constructor Detail |
public DiscountException(String messageKey)
public DiscountException(String messageKey,
Exception exception)
public DiscountException(String messageKey,
Object argument)
public DiscountException(String messageKey,
Object[] arguments)
public DiscountException(String messageKey,
Object argument,
Exception exception)
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||