Package com.microstrategy.utils
Class MSTRCheckedException.ExceptionXMLHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- com.microstrategy.utils.xml.AbstractHandler
-
- com.microstrategy.utils.MSTRCheckedException.ExceptionXMLHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- MSTRCheckedException
public abstract static class MSTRCheckedException.ExceptionXMLHandler extends AbstractHandler
This handler is used to parse XML error messages, and provides a means to extract a more meaningful message out of it.- Since:
- MicroStrategy Web 9.0.0
- See Also:
MSTRCheckedException.setXMLHandler(ExceptionXMLHandler)
-
-
Field Summary
-
Fields inherited from class com.microstrategy.utils.xml.AbstractHandler
buf, depth, parser
-
-
Constructor Summary
Constructors Constructor Description ExceptionXMLHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getMessage()
-
Methods inherited from class com.microstrategy.utils.xml.AbstractHandler
characters, clearText, doEndElement, doStartElement, doStartElement, endDocument, endElement, getFloatValue, getIntValue, getText, popContentHandler, setLogErrors, startElement
-
-