|
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 | +--com.ibm.mm.beans.CMBException | +--com.ibm.mm.beans.infomining.CMBWebQuerySyntaxException
Fields inherited from class com.ibm.mm.beans.CMBException |
CMB_ERR_ATTR_ALREADY_EXIST, CMB_ERR_ATTR_INVALID_VALUE, CMB_ERR_ATTR_NOT_EXIST, CMB_ERR_CONNECT_FAILED, CMB_ERR_CONNECTION_NOT_SET, CMB_ERR_CURSOR_NOT_VALID, CMB_ERR_ENTITY_NOT_SET, CMB_ERR_ICM_DOC_ROUTING_EXCEPTION, CMB_ERR_IKF_SERVER_EXCEPTION, CMB_ERR_INVALID_METHOD, CMB_ERR_INVALID_QUERY, CMB_ERR_INVALID_VERSION, CMB_ERR_ITEM_NOT_EXIST, CMB_ERR_ITEM_NOT_RETRIEVED, CMB_ERR_ITEM_NOT_SET, CMB_ERR_RESULTS_INVALID, CMB_ERR_SEARCH_IN_PROGRESS, CMB_ERR_SERVER_EXCEPTION, CMB_ERR_TEMPLATE_NOT_EXIST, CMB_ERR_UNKNOWN, CMB_ERR_WF_SERVER_EXCEPTION |
Constructor Summary | |
CMBWebQuerySyntaxException(java.lang.String s)
Constructs a CMBWebQuerySyntaxException with the specified
detail message. |
|
CMBWebQuerySyntaxException(java.lang.String s,
java.lang.Throwable ex)
Constructs a CMBWebQuerySyntaxException with the specified
detail message and nested exception. |
|
CMBWebQuerySyntaxException(java.lang.Throwable ex)
Constructs a CMBWebQuerySyntaxException 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 com.ibm.mm.beans.CMBException |
getErrorData, getErrorExtraData, getErrorId, name, setErrorData, setErrorExtraData, setErrorId, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMBWebQuerySyntaxException(java.lang.String s)
CMBWebQuerySyntaxException
with the specified
detail message.s
- the detail messagepublic CMBWebQuerySyntaxException(java.lang.Throwable ex)
CMBWebQuerySyntaxException
with the specified
nested exception.ex
- the nested exceptionpublic CMBWebQuerySyntaxException(java.lang.String s, java.lang.Throwable ex)
CMBWebQuerySyntaxException
with the specified
detail message and nested exception.s
- the detail messageex
- the nested exceptionMethod Detail |
public java.lang.String getMessage()
getMessage
in class com.ibm.mm.beans.CMBException
public void printStackTrace(java.io.PrintStream ps)
ps
.printStackTrace
in class com.ibm.mm.beans.CMBException
ps
- the print streampublic void printStackTrace()
System.err
.printStackTrace
in class com.ibm.mm.beans.CMBException
public void printStackTrace(java.io.PrintWriter pw)
pw
printStackTrace
in class com.ibm.mm.beans.CMBException
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 |