net.sf.logdistiller.gui
Class MainPanel.GuiSAXErrorHandler

java.lang.Object
  extended by net.sf.logdistiller.gui.MainPanel.GuiSAXErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
MainPanel

public class MainPanel.GuiSAXErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
MainPanel.GuiSAXErrorHandler()
           
 
Method Summary
 void error(SAXParseException spe)
           
 void fatalError(SAXParseException spe)
           
 void warning(SAXParseException spe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainPanel.GuiSAXErrorHandler

public MainPanel.GuiSAXErrorHandler()
Method Detail

error

public void error(SAXParseException spe)
Specified by:
error in interface ErrorHandler

fatalError

public void fatalError(SAXParseException spe)
Specified by:
fatalError in interface ErrorHandler

warning

public void warning(SAXParseException spe)
Specified by:
warning in interface ErrorHandler


Copyright © 2004-2009. All Rights Reserved.