Package mondrian.tui

Class XmlUtil.SaxErrorHandler.ErrorInfo

  • Enclosing class:
    XmlUtil.SaxErrorHandler

    public static class XmlUtil.SaxErrorHandler.ErrorInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.xml.sax.SAXParseException exception  
      short severity  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorInfo​(short severity, org.xml.sax.SAXParseException exception)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exception

        public org.xml.sax.SAXParseException exception
      • severity

        public short severity
    • Constructor Detail

      • ErrorInfo

        ErrorInfo​(short severity,
                  org.xml.sax.SAXParseException exception)