railo.runtime.text.xml
Class ThrowingErrorHandler

java.lang.Object
  extended by railo.runtime.text.xml.ThrowingErrorHandler
All Implemented Interfaces:
ErrorHandler

public class ThrowingErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
ThrowingErrorHandler(boolean throwFatalError, boolean throwError, boolean throwWarning)
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowingErrorHandler

public ThrowingErrorHandler(boolean throwFatalError,
                            boolean throwError,
                            boolean throwWarning)
Method Detail

error

public void error(SAXParseException e)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException e)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException e)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException


Copyright © 2012 Railo