Package 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:
java.io.Serializable
public class SAXIOException extends java.io.IOException
Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.- Version:
- $Id: SAXIOException.java 1808001 2017-09-11 09:51:29Z ssteiner $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.xml.sax.SAXException
saxe
-
Constructor Summary
Constructors Constructor Description SAXIOException(org.xml.sax.SAXException saxe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
org.xml.sax.SAXException
getSAXException()
-