|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
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.ibm.bpe.api.ProcessException
com.ibm.btt.server.flow.BTTBPException
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.
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 |
public BTTBPException(java.lang.String aSeverity, java.lang.String aErrorCode, java.lang.String aMessage)
aSeverity
- java.lang.StringaErrorCode
- java.lang.StringaMessage
- java.lang.StringMethod Detail |
public java.lang.String getErrorCode()
public java.lang.String getSeverity()
public void setErrorCode(java.lang.String aErrorCode)
aErrorCode
- java.lang.Stringpublic void setSeverity(java.lang.String aSeverity)
aSeverity
- java.lang.String
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |