BEA Systems, Inc.

com.beasys.commerce.foundation.exception
Class WebflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.beasys.commerce.foundation.exception.WebflowException

public class WebflowException
extends java.lang.RuntimeException

WebflowException class.

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception embeddedException
           
static java.lang.String MESSAGE_NAMESPACE
          The name of the resource bundle
 
Constructor Summary
WebflowException(java.lang.String messageKey)
          Constructs a WebflowException
WebflowException(java.lang.String messageKey, java.lang.Exception embeddedException)
          Constructs a WebflowException
WebflowException(java.lang.String messageKey, java.lang.Object[] argument)
          Constructs a WebflowException
WebflowException(java.lang.String messageKey, java.lang.Object[] argument, java.lang.Exception embeddedException)
          Constructs a WebflowException
WebflowException(java.lang.String messageKey, java.lang.String argument)
          Constructs a WebflowException
WebflowException(java.lang.String namespace, java.lang.String messageKey, java.lang.Exception embeddedException)
          Constructs a WebflowException
WebflowException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] argument)
          Constructs a WebflowException
WebflowException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] argument, java.lang.Exception embeddedException)
          Constructs a WebflowException
WebflowException(java.lang.String namespace, java.lang.String messageKey, java.lang.String argument)
          Constructs a WebflowException
WebflowException(java.lang.String namespace, java.lang.String messageKey, java.lang.String argument, java.lang.Exception embeddedException)
          Constructs a WebflowException
 
Method Summary
 java.lang.Exception getEmbeddedException()
          Returns the contained exception
 void setEmbeddedException(java.lang.Exception embeddedException)
          Sets the contained exception
 
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
 

Field Detail

embeddedException

protected java.lang.Exception embeddedException

MESSAGE_NAMESPACE

public static final java.lang.String MESSAGE_NAMESPACE
The name of the resource bundle
Constructor Detail

WebflowException

public WebflowException(java.lang.String messageKey)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String messageKey,
                        java.lang.String argument)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String namespace,
                        java.lang.String messageKey,
                        java.lang.String argument)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String messageKey,
                        java.lang.Object[] argument)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String namespace,
                        java.lang.String messageKey,
                        java.lang.Object[] argument)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String messageKey,
                        java.lang.Exception embeddedException)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String namespace,
                        java.lang.String messageKey,
                        java.lang.Exception embeddedException)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String namespace,
                        java.lang.String messageKey,
                        java.lang.String argument,
                        java.lang.Exception embeddedException)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String messageKey,
                        java.lang.Object[] argument,
                        java.lang.Exception embeddedException)
Constructs a WebflowException

WebflowException

public WebflowException(java.lang.String namespace,
                        java.lang.String messageKey,
                        java.lang.Object[] argument,
                        java.lang.Exception embeddedException)
Constructs a WebflowException
Method Detail

getEmbeddedException

public java.lang.Exception getEmbeddedException()
Returns the contained exception

setEmbeddedException

public void setEmbeddedException(java.lang.Exception embeddedException)
Sets the contained exception

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved