railo.runtime.text.xml
Class SimpleErrorListener

java.lang.Object
  extended by railo.runtime.text.xml.SimpleErrorListener
All Implemented Interfaces:
ErrorListener

public class SimpleErrorListener
extends Object
implements ErrorListener


Field Summary
static ErrorListener THROW_ERROR
           
static ErrorListener THROW_FATAL
           
static ErrorListener THROW_WARNING
           
 
Constructor Summary
SimpleErrorListener(boolean ignoreFatal, boolean ignoreError, boolean ignoreWarning)
           
 
Method Summary
 void error(TransformerException te)
           
 void fatalError(TransformerException te)
           
 void warning(TransformerException te)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THROW_FATAL

public static final ErrorListener THROW_FATAL

THROW_ERROR

public static final ErrorListener THROW_ERROR

THROW_WARNING

public static final ErrorListener THROW_WARNING
Constructor Detail

SimpleErrorListener

public SimpleErrorListener(boolean ignoreFatal,
                           boolean ignoreError,
                           boolean ignoreWarning)
Method Detail

error

public void error(TransformerException te)
           throws TransformerException
Specified by:
error in interface ErrorListener
Throws:
TransformerException

fatalError

public void fatalError(TransformerException te)
                throws TransformerException
Specified by:
fatalError in interface ErrorListener
Throws:
TransformerException

warning

public void warning(TransformerException te)
             throws TransformerException
Specified by:
warning in interface ErrorListener
Throws:
TransformerException


Copyright © 2012 Railo