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.
- Version:
- $Id: SAXIOException.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thomas DeWeese
- 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 © 2000–2017 Apache Software Foundation. All rights reserved.