|
|||||||||
| 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.beasys.commerce.foundation.exception.ProcessingException
|
+--com.beasys.commerce.foundation.exception.PipelineNonFatalException
This class is the base class for all PipelineNonFatalExceptions.
PipelineNonFatalExceptions or sub-classes of PipelineNonFatalException are
to be thrown by classes that implement the PipelineComponent interface.
Note: Throughout this API documentation namespace refers to the resource bundle that contains the catalog of exception messages. Refer to the MessageCatalog API documentation for further details.
MessageCatalog,
PipelineComponent, Serialized Form| Fields inherited from class com.beasys.commerce.foundation.exception.ProcessingException |
embeddedException, MESSAGE_NAMESPACE, userMessage |
| Constructor Summary | |
PipelineNonFatalException(String message)
Constructs a PipelineNonFatalException with the given message. |
|
PipelineNonFatalException(String message,
Exception embeddedException)
Constructs a PipelineFatalException with the given message and the embedded exception. |
|
PipelineNonFatalException(String messageKey,
Object argument)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String messageKey,
Object[] arguments)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String messageKey,
Object[] arguments,
Exception embeddedException)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey,
Exception embeddedException)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey,
Object argument)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey,
Object[] arguments)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey,
Object[] arguments,
Exception embeddedException)
Constructs a PipelineNonFatalException. |
|
PipelineNonFatalException(String namespace,
String messageKey,
Object argument,
Exception embeddedException)
Constructs a PipelineNonFatalException. |
|
| Methods inherited from class com.beasys.commerce.foundation.exception.ProcessingException |
getEmbeddedException, getUserMessage, setEmbeddedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PipelineNonFatalException(String message)
String - the message.
public PipelineNonFatalException(String message,
Exception embeddedException)
String - the message.Exception - the Embedded Exception.
public PipelineNonFatalException(String messageKey,
Object argument)
This uses the WLCS default resource bundle ("webflow-targetprocessor") to do a lookup for the given messageKey. Once the message is found the argument is used to replace the place holders in the message.
String - the message key that will be used to do a lookup in the
default resource bundle.String - the argument that replaces the place holder in the message.
public PipelineNonFatalException(String namespace,
String messageKey)
This uses the given namespace to do a lookup for the given messageKey
String - the name of the resource bundle which
contains the given messageKey.String - the messageKey to look for in the given resource bundle.
public PipelineNonFatalException(String namespace,
String messageKey,
Object argument)
This uses the given namespace to do a lookup for the given messageKey
String - the name of the resource bundle which
contains the given messageKeyString - the messageKey to look for in the given resource bundle.String - the argument that replaces the place holder in the message.
public PipelineNonFatalException(String messageKey,
Object[] arguments)
This uses the WLCS default resource bundle ("webflow-targetprocessor") to do a lookup for the given messageKey. Once the message is found the argument is used to replaces the place holders in the message.
String - the message key that will be used to do a lookup in the
default resource bundle.Object[] - the arguments that replaces the place holders in the message.
public PipelineNonFatalException(String namespace,
String messageKey,
Object[] arguments)
This uses the given namespace to do a lookup for the given messageKey
String - the name of the resource bundle which
contains the given messageKeyString - the message key to look for in the given resource bundle.Object[] - the arguments that replaces the place holders in the message.
public PipelineNonFatalException(String namespace,
String messageKey,
Exception embeddedException)
This uses the given namespace to do a lookup for the given messageKey.
String - the name of the resource bundle which
contains the given messageKey.String - the message key to look for in the given resource bundle.Exception - the Embedded Exception.
public PipelineNonFatalException(String namespace,
String messageKey,
Object argument,
Exception embeddedException)
This uses the given namespace to do a lookup for the given messageKey
String - the name of the resource bundle which
contains the given messageKeyString - the messageKey to look for in the given resource bundle.String - the argument that replaces the place holder in the message.Exception - the Embedded Exception.
public PipelineNonFatalException(String messageKey,
Object[] arguments,
Exception embeddedException)
This uses the WLCS default resource bundle ("webflow-targetprocessor") to do a lookup for the given messageKey. Once the message is found the argument is used to replace the place holders in the message.
String - the message key that will be used to do a lookup in the
default resource bundle.Object[] - the arguments that replaces the place holders in the message.Exception - the Embedded Exception.
public PipelineNonFatalException(String namespace,
String messageKey,
Object[] arguments,
Exception embeddedException)
This uses the given namespace to do a lookup for the given messageKey
String - the name of the resource bundle which
contains the given messageKeyString - the message key to look for in the given resource bundle.Object[] - the arguments that replaces the place holders in the message.Exception - the Embedded Exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||