org.apache.batik.dom.util
Class SAXIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.batik.dom.util.SAXIOException
- All Implemented Interfaces:
- Serializable
public class SAXIOException
- extends IOException
Wrapper for SAX Exceptions which would make it possible to
include line and column information with SAX parse errors.
- See Also:
- Serialized Form
saxe
protected SAXException saxe
SAXIOException
public SAXIOException(SAXException saxe)
getSAXException
public SAXException getSAXException()
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2008 Apache Software Foundation. All Rights Reserved.