de.interactive_instruments.ShapeChange.Fop
Class FopErrorListener

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Fop.FopErrorListener
All Implemented Interfaces:
ErrorListener

public class FopErrorListener
extends Object
implements ErrorListener


Constructor Summary
FopErrorListener(String name, ShapeChangeResult res, Target bc)
           
 
Method Summary
 void error(TransformerException arg0)
           
 void fatalError(TransformerException arg0)
           
 void warning(TransformerException arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FopErrorListener

public FopErrorListener(String name,
                        ShapeChangeResult res,
                        Target bc)
Method Detail

warning

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

error

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

fatalError

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


Copyright © 2015. All rights reserved.