com.wm.app.tn.doc
Class CorruptXMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.wm.util.LocalizedException
com.wm.util.ServerException
com.wm.app.b2b.server.ServiceException
com.wm.app.tn.err.WrappedException
com.wm.app.tn.doc.BizDocTypeException
com.wm.app.tn.doc.CorruptDocException
com.wm.app.tn.doc.CorruptXMLException
- All Implemented Interfaces:
- com.wm.util.SpecifiedLocale, java.io.Serializable
public class CorruptXMLException
- extends CorruptDocException
A special kind of type exception which indicates that corrupt XML has been encountered. The exception encapsulates
all information about the document that was successfully retrieved. Throwing one of these will short-circuit the
normal type recognition and cause a CorruptXMLDocument to be generated.
- See Also:
- Serialized Form
Fields inherited from class com.wm.util.ServerException |
ALARM, QUIET |
Fields inherited from interface com.wm.util.SpecifiedLocale |
NULL_LOCALE |
Methods inherited from class com.wm.util.ServerException |
getSeverity, setSeverity |
Methods inherited from class com.wm.util.LocalizedException |
getErrorDetails, getInfo, getLocalizedMessage, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CorruptXMLException
public CorruptXMLException(java.lang.String msg,
java.lang.Exception e)
badXmlHeader
public static CorruptXMLException badXmlHeader(com.wm.data.IData pipeline,
java.lang.Exception e)
queryFailed
public static CorruptXMLException queryFailed(com.wm.data.IData pipeline,
java.lang.String xql,
java.lang.Exception e)