IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.beans.infomining
Class CMBInfoMiningRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.mm.beans.infomining.CMBInfoMiningRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class CMBInfoMiningRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
CMBInfoMiningRuntimeException(java.lang.String s)
          Constructs a CMBContentProviderException with the specified detail message.
CMBInfoMiningRuntimeException(java.lang.String s, java.lang.Throwable ex)
          Constructs a CMBContentProviderException with the specified detail message and nested exception.
CMBInfoMiningRuntimeException(java.lang.Throwable ex)
          Constructs a CMBContentProviderException with the specified nested exception.
 
Method Summary
 java.lang.String getMessage()
          Returns a detail message.
 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 print 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

CMBInfoMiningRuntimeException

public CMBInfoMiningRuntimeException(java.lang.String s)
Constructs a CMBContentProviderException with the specified detail message.
Parameters:
s - the detail message

CMBInfoMiningRuntimeException

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

CMBInfoMiningRuntimeException

public CMBInfoMiningRuntimeException(java.lang.String s,
                                     java.lang.Throwable ex)
Constructs a CMBContentProviderException with the specified detail message and nested exception.
Parameters:
s - the detail message
ex - the nested exception
Method Detail

getMessage

public java.lang.String getMessage()
Returns a detail message. If present, this will also include the nested exception.
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 print 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


IBM Information Integrator for Content V8.2 APIs

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