IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class DSEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.btt.base.DSEException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ACLException, BTTEJException, BTTJSFException, BTTProcessorHandlerNotFoundException, BTTSMException, DSECCException, DSECSException, DSECSException, DSEHandlerNotFoundException, DSEHtmlCreateProcessorException, DSEHtmlException, DSEInternalErrorException, DSEInvalidArgumentException, DSEInvalidClassException, DSEInvalidRequestException, DSENoRegisteredDeviceTypeException, DSENoRegisteredPresentationHandlerException, DSENoRegisteredRequestHandlerException, DSEObjectNotFoundException, DSEProcessorException, DSEReplyErrorException, DSETypeException

public class DSEException
extends java.lang.Exception

The DSEException class is the base class from where all the exceptions raised by the framework are inherited. It includes the severity of the exception, the code, and the invoking class and method names.

See Also:
Serialized Form

Field Summary
static java.lang.String critical
           
static java.lang.String harmless
           
 
Constructor Summary
DSEException()
           
DSEException(java.lang.String message)
           
DSEException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates the DSEException object that initializes the following attributes.
DSEException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code)
           
DSEException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code, java.lang.Throwable error)
           
DSEException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage, java.lang.Throwable error)
          This constructor creates the DSEException object that initializes the following attributes.
DSEException(java.lang.String message, java.lang.Throwable cause)
           
DSEException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getClassName()
          Returns the name of the class that generates the exception.
 java.lang.String getCode()
          Returns the value of code.
 java.lang.String getMethodName()
          Returns the name of the method that generates the exception.
 java.lang.String getSeverity()
          Gets the value of severity.
 void setClassName(java.lang.String aClassName)
          Sets the name of the class that generates the exception.
 void setCode(java.lang.String aCode)
          Sets the value of code.
 void setMethodName(java.lang.String aMethodName)
          Sets the name of the method that generates the exception.
 void setSeverity(java.lang.String aSeverity)
          Sets the value of severity.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

harmless

public static java.lang.String harmless

critical

public static java.lang.String critical
Constructor Detail

DSEException

public DSEException()

DSEException

public DSEException(java.lang.String message)
Parameters:
message -

DSEException

public DSEException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

DSEException

public DSEException(java.lang.Throwable cause)
Parameters:
cause -

DSEException

public DSEException(java.lang.String severity,
                    java.lang.String throwingClassName,
                    java.lang.String throwingMethodName,
                    java.lang.String code)
Parameters:
severity -
throwingClassName -
throwingMethodName -
code -

DSEException

public DSEException(java.lang.String severity,
                    java.lang.String throwingClassName,
                    java.lang.String throwingMethodName,
                    java.lang.String code,
                    java.lang.Throwable error)
Parameters:
severity -
throwingClassName -
throwingMethodName -
code -
error -

DSEException

public DSEException(java.lang.String aSeverity,
                    java.lang.String aCode,
                    java.lang.String aMessage)
This constructor creates the DSEException object that initializes the following attributes.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String

DSEException

public DSEException(java.lang.String aSeverity,
                    java.lang.String aCode,
                    java.lang.String aMessage,
                    java.lang.Throwable error)
This constructor creates the DSEException object that initializes the following attributes.

Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String
error - Throwable
Method Detail

getClassName

public java.lang.String getClassName()
Returns the name of the class that generates the exception.

Returns:
java.lang.String

getCode

public java.lang.String getCode()
Returns the value of code.

Returns:
java.lang.String

getMethodName

public java.lang.String getMethodName()
Returns the name of the method that generates the exception.

Returns:
java.lang.String

getSeverity

public java.lang.String getSeverity()
Gets the value of severity.

Returns:
java.lang.String

setClassName

public void setClassName(java.lang.String aClassName)
Sets the name of the class that generates the exception.

Parameters:
aClassName - java.lang.String

setCode

public void setCode(java.lang.String aCode)
Sets the value of code.

Parameters:
aCode - java.lang.String

setMethodName

public void setMethodName(java.lang.String aMethodName)
Sets the name of the method that generates the exception.

Parameters:
aMethodName - java.lang.String

setSeverity

public void setSeverity(java.lang.String aSeverity)
Sets the value of severity.

Parameters:
aSeverity - java.lang.String

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009