IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.sdk.common.infomining
Class DKIKFRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DKIKFAuthorizationException, DKIKFDocumentLanguageNotSetException, DKIKFDocumentNameNotSetException, DKIKFEmptyCategoryArrayException, DKIKFInvalidTypeException, DKIKFNoSuchKeyException, DKIKFQueryParserException

public class DKIKFRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

DKIKFRuntimeException

public DKIKFRuntimeException()
Constructs a DKIKFRuntimeException with no specified detail message.

DKIKFRuntimeException

protected DKIKFRuntimeException(java.lang.String s)
Constructs a DKIKFRuntimeException with the specified detail message.
Parameters:
s - the detail message

DKIKFRuntimeException

public DKIKFRuntimeException(java.lang.Throwable ex)
Constructs a DKIKFRuntimeException with the specified nested exception.
Parameters:
ex - the nested exception

DKIKFRuntimeException

protected DKIKFRuntimeException(java.lang.String s,
                                java.lang.Throwable ex)
Constructs a DKIKFRuntimeException with the specified detail message and nested exception.
Parameters:
s - the detail message
ex - the nested exception

DKIKFRuntimeException

public DKIKFRuntimeException(int errorCode)

DKIKFRuntimeException

public DKIKFRuntimeException(int errorCode,
                             java.lang.Object argument)

DKIKFRuntimeException

public DKIKFRuntimeException(int errorCode,
                             java.lang.Object[] arguments)
Method Detail

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

getNestedException

public java.lang.Throwable getNestedException()
Returns the nested exception.

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

getErrorId

public int getErrorId()

IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.