org.apache.batik.dom.util

Class SAXIOException

public class SAXIOException extends IOException

Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.
Field Summary
protected SAXExceptionsaxe
Constructor Summary
SAXIOException(SAXException saxe)
Method Summary
ThrowablegetCause()
SAXExceptiongetSAXException()

Field Detail

saxe

protected SAXException saxe

Constructor Detail

SAXIOException

public SAXIOException(SAXException saxe)

Method Detail

getCause

public Throwable getCause()

getSAXException

public SAXException getSAXException()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.