|
IBM WebSphere Multichannel Bank 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
java.lang.RuntimeException
com.ibm.btt.base.DSERuntimeException
public class DSERuntimeException
The DSERuntimeException class is the base class from where all the runtime exceptions raised by the framework are inherited. The DSERuntimeException is extended from java RuntimeException that can be throw and handle by JVM automatically. For the exception that developer does not wish to be handled by other component, this DSERuntimeException can be used.
Field Summary | |
---|---|
static java.lang.String |
critical
|
static java.lang.String |
harmless
|
Constructor Summary | |
---|---|
DSERuntimeException()
|
|
DSERuntimeException(java.lang.String message)
|
|
DSERuntimeException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
This constructor creates the DSEException object that initializes the following attributes. |
|
DSERuntimeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code)
|
|
DSERuntimeException(java.lang.String severity,
java.lang.String throwingClassName,
java.lang.String throwingMethodName,
java.lang.String code,
java.lang.Throwable error)
|
|
DSERuntimeException(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. |
|
DSERuntimeException(java.lang.String message,
java.lang.Throwable cause)
|
|
DSERuntimeException(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 |
---|
public static java.lang.String harmless
public static java.lang.String critical
Constructor Detail |
---|
public DSERuntimeException()
public DSERuntimeException(java.lang.String message)
message
- public DSERuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public DSERuntimeException(java.lang.Throwable cause)
cause
- public DSERuntimeException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code)
severity
- throwingClassName
- throwingMethodName
- code
- public DSERuntimeException(java.lang.String severity, java.lang.String throwingClassName, java.lang.String throwingMethodName, java.lang.String code, java.lang.Throwable error)
severity
- throwingClassName
- throwingMethodName
- code
- error
- public DSERuntimeException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
aSeverity
- java.lang.StringaCode
- java.lang.StringaMessage
- java.lang.Stringpublic DSERuntimeException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage, java.lang.Throwable error)
aSeverity
- java.lang.StringaCode
- java.lang.StringaMessage
- java.lang.Stringerror
- ThrowableMethod Detail |
---|
public java.lang.String getClassName()
public java.lang.String getCode()
public java.lang.String getMethodName()
public java.lang.String getSeverity()
public void setClassName(java.lang.String aClassName)
aClassName
- java.lang.Stringpublic void setCode(java.lang.String aCode)
aCode
- java.lang.Stringpublic void setMethodName(java.lang.String aMethodName)
aMethodName
- java.lang.Stringpublic void setSeverity(java.lang.String aSeverity)
aSeverity
- java.lang.String
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |