Package mondrian.tui
Class XmlUtil.SaxErrorHandler.ErrorInfo
- java.lang.Object
-
- mondrian.tui.XmlUtil.SaxErrorHandler.ErrorInfo
-
- Enclosing class:
- XmlUtil.SaxErrorHandler
public static class XmlUtil.SaxErrorHandler.ErrorInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description SAXParseException
exception
short
severity
-
Constructor Summary
Constructors Constructor Description ErrorInfo(short severity, SAXParseException exception)
-
-
-
Field Detail
-
exception
public SAXParseException exception
-
severity
public short severity
-
-
Constructor Detail
-
ErrorInfo
ErrorInfo(short severity, SAXParseException exception)
-
-