com.itmill.toolkit.terminal.web
Class XSLReader.SAXStreamErrorHandler

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.XSLReader.SAXStreamErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
XSLReader

public class XSLReader.SAXStreamErrorHandler
extends Object
implements ErrorHandler


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

Method Detail

warning

public void warning(SAXParseException exception)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException
See Also:
ErrorHandler.warning(org.xml.sax.SAXParseException)

error

public void error(SAXParseException exception)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException
See Also:
ErrorHandler.error(org.xml.sax.SAXParseException)

fatalError

public void fatalError(SAXParseException exception)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException
See Also:
ErrorHandler.fatalError(org.xml.sax.SAXParseException)


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.