|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.connector.maximo.exception.MxConnectorException
com.ibm.di.connector.maximo.exception.MxConnXmlParsingException
public class MxConnXmlParsingException
TPAE IF Connector's XML parsing exception. Thrown to indicate the connector could not parse an XML content.
| Constructor Summary | |
|---|---|
MxConnXmlParsingException(java.lang.String msg,
java.lang.String xml,
java.lang.Throwable cause)
Constructs a new MxConnXmlParsingException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getXml()
Returns the XML content. |
| Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException |
|---|
getMsgArgs |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MxConnXmlParsingException(java.lang.String msg,
java.lang.String xml,
java.lang.Throwable cause)
MxConnXmlParsingException.
msg - the detail messagexml - XML contentscause - the cause| Method Detail |
|---|
public java.lang.String getXml()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||