|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Constructor Summary | |
|
DKIKFRuntimeException()
Constructs a DKIKFRuntimeException with no specified
detail message. |
|
DKIKFRuntimeException(int errorCode)
|
|
DKIKFRuntimeException(int errorCode,
java.lang.Object argument)
|
|
DKIKFRuntimeException(int errorCode,
java.lang.Object[] arguments)
|
protected |
DKIKFRuntimeException(java.lang.String s)
Constructs a DKIKFRuntimeException with the specified
detail message. |
protected |
DKIKFRuntimeException(java.lang.String s,
java.lang.Throwable ex)
Constructs a DKIKFRuntimeException with the specified
detail message and nested exception. |
|
DKIKFRuntimeException(java.lang.Throwable ex)
Constructs a DKIKFRuntimeException with the specified
nested exception. |
Method Summary | |
int |
getErrorId()
|
java.lang.String |
getMessage()
Returns the detail message, including the message from the nested exception if there is one. |
java.lang.Throwable |
getNestedException()
Returns the nested exception. |
void |
printStackTrace()
Prints the composite message to System.err . |
void |
printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps . |
void |
printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer pw |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DKIKFRuntimeException()
DKIKFRuntimeException
with no specified
detail message.protected DKIKFRuntimeException(java.lang.String s)
DKIKFRuntimeException
with the specified
detail message.s
- the detail messagepublic DKIKFRuntimeException(java.lang.Throwable ex)
DKIKFRuntimeException
with the specified
nested exception.ex
- the nested exceptionprotected DKIKFRuntimeException(java.lang.String s, java.lang.Throwable ex)
DKIKFRuntimeException
with the specified
detail message and nested exception.s
- the detail messageex
- the nested exceptionpublic DKIKFRuntimeException(int errorCode)
public DKIKFRuntimeException(int errorCode, java.lang.Object argument)
public DKIKFRuntimeException(int errorCode, java.lang.Object[] arguments)
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getNestedException()
public void printStackTrace(java.io.PrintStream ps)
ps
.printStackTrace
in class java.lang.Throwable
ps
- the print streampublic void printStackTrace()
System.err
.printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter pw)
pw
printStackTrace
in class java.lang.Throwable
pw
- the print writerpublic int getErrorId()
|
IBM Information Integrator for Content V8.2 APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |