com.ibm.mm.sdk.common.infomining
Class DKIKFDocumentFilterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.mm.sdk.logtool.DKLogException
|
+--com.ibm.mm.sdk.common.DKException
|
+--com.ibm.mm.sdk.common.infomining.DKIKFException
|
+--com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
- All Implemented Interfaces:
- com.ibm.mm.sdk.common.DKConstant, java.io.Serializable
- public class DKIKFDocumentFilterException
- extends DKIKFException
Fields inherited from class com.ibm.mm.sdk.logtool.DKLogException |
errorId |
Constructor Summary |
DKIKFDocumentFilterException(java.lang.Throwable ex)
Constructs a DKIKFDocumentFilterException with the specified
nested exception. |
Method Summary |
java.lang.String |
getMessage()
Returns the detail message, including the message from the nested
exception if there is one. |
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 com.ibm.mm.sdk.logtool.DKLogException |
getErrorEventIdString |
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 |
DKIKFDocumentFilterException
public DKIKFDocumentFilterException(java.lang.Throwable ex)
- Constructs a
DKIKFDocumentFilterException
with the specified
nested exception.
- Parameters:
ex
- the nested exception
getMessage
public java.lang.String getMessage()
- Returns the detail message, including the message from the nested
exception if there is one.
- Overrides:
getMessage
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- Overrides:
printStackTrace
in class java.lang.Throwable
- Parameters:
ps
- the print stream
printStackTrace
public void printStackTrace()
- Prints the composite message to
System.err
.
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Prints the composite message and the embedded stack trace to
the specified print writer
pw
- Overrides:
printStackTrace
in class java.lang.Throwable
- Parameters:
pw
- the print writer
© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.