mondrian.tui
Class XmlUtil.SAXErrorHandler.ErrorInfo

java.lang.Object
  extended by mondrian.tui.XmlUtil.SAXErrorHandler.ErrorInfo
Enclosing class:
XmlUtil.SAXErrorHandler

public static class XmlUtil.SAXErrorHandler.ErrorInfo
extends Object


Field Summary
 SAXParseException exception
           
 short severity
           
 
Constructor Summary
XmlUtil.SAXErrorHandler.ErrorInfo(short severity, 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 SAXParseException exception

severity

public short severity
Constructor Detail

XmlUtil.SAXErrorHandler.ErrorInfo

XmlUtil.SAXErrorHandler.ErrorInfo(short severity,
                                  SAXParseException exception)

SourceForge.net_Logo