|
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.beans.infomining.CMBInfoMiningRuntimeException
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 |
public CMBInfoMiningRuntimeException(java.lang.String s)
CMBContentProviderException
with the specified
detail message.s
- the detail messagepublic CMBInfoMiningRuntimeException(java.lang.Throwable ex)
CMBContentProviderException
with the specified
nested exception.ex
- the nested exceptionpublic CMBInfoMiningRuntimeException(java.lang.String s, java.lang.Throwable ex)
CMBContentProviderException
with the specified
detail message and nested exception.s
- the detail messageex
- the nested exceptionMethod Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
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 writer
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |