|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
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
public class 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. |
Method Summary |
---|
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)
messageKey
- The associated catalog message key.public DiscountException(String messageKey, Exception exception)
messageKey
- The associated catalog message key.exception
- The embedded exception.public DiscountException(String messageKey, Object argument)
messageKey
- The associated catalog message key.argument
- The message parameter substitution argument.public DiscountException(String messageKey, Object argument, Exception exception)
messageKey
- The associated catalog message key.argument
- The message parameter substitution argument.exception
- The embedded exception associated with this
exception.public DiscountException(String messageKey, Object[] arguments)
messageKey
- The associated catalog message key.arguments
- The message parameter substitution arguments.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |