IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow
Class BTTBPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.bpe.api.ProcessException
              extended bycom.ibm.btt.server.flow.BTTBPException
All Implemented Interfaces:
java.io.Serializable

public class BTTBPException
extends com.ibm.bpe.api.ProcessException

The BTTBPException 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
 
Fields inherited from class com.ibm.bpe.api.ProcessException
 
Constructor Summary
BTTBPException(java.lang.String aSeverity, java.lang.String aErrorCode, java.lang.String aMessage)
          This constructor creates the BTTBPException object that initializes the following attributes.
 
Method Summary
 java.lang.String getErrorCode()
          Returns the value of code.
 java.lang.String getSeverity()
          Gets the value of severity.
 void setErrorCode(java.lang.String aErrorCode)
          Sets the value of code.
 void setSeverity(java.lang.String aSeverity)
          Sets the value of severity.
 
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTTBPException

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

Parameters:
aSeverity - java.lang.String
aErrorCode - java.lang.String
aMessage - java.lang.String
Method Detail

getErrorCode

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

Returns:
java.lang.String

getSeverity

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

Returns:
java.lang.String

setErrorCode

public void setErrorCode(java.lang.String aErrorCode)
Sets the value of code.

Parameters:
aErrorCode - java.lang.String

setSeverity

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

Parameters:
aSeverity - java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005