com.oxygenxml.validate.isoschematron
Class DraconianErrorListener

java.lang.Object
  extended by com.oxygenxml.validate.isoschematron.DraconianErrorListener
All Implemented Interfaces:
ErrorListener

 class DraconianErrorListener
extends Object
implements ErrorListener


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

Constructor Detail

DraconianErrorListener

DraconianErrorListener()
Method Detail

warning

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

error

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

fatalError

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