|
IBM 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
com.ibm.btt.base.DSEException
com.ibm.btt.format.exception.FormatterException
public class FormatterException
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DSEException |
---|
critical, harmless |
Constructor Summary | |
---|---|
FormatterException()
|
|
FormatterException(java.lang.String message)
|
|
FormatterException(java.lang.String message,
java.lang.Throwable cause)
|
|
FormatterException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class com.ibm.btt.base.DSEException |
---|
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity |
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 |
Constructor Detail |
---|
public FormatterException()
public FormatterException(java.lang.String message)
message
- public FormatterException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public FormatterException(java.lang.Throwable cause)
cause
-
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |