public class FopErrorListener extends Object implements ErrorListener
Constructor and Description |
---|
FopErrorListener(String name,
ShapeChangeResult res,
Target bc) |
Modifier and Type | Method and Description |
---|---|
void |
error(TransformerException arg0) |
void |
fatalError(TransformerException arg0) |
void |
warning(TransformerException arg0) |
public FopErrorListener(String name, ShapeChangeResult res, Target bc)
public void warning(TransformerException arg0) throws TransformerException
warning
in interface ErrorListener
TransformerException
public void error(TransformerException arg0) throws TransformerException
error
in interface ErrorListener
TransformerException
public void fatalError(TransformerException arg0) throws TransformerException
fatalError
in interface ErrorListener
TransformerException
Copyright © 2017. All rights reserved.