public static class Base64.SAXIOException
extends java.io.IOException
Base64.SAXEncoder
,
if writing to the target handler causes a SAX exception.
This class is required, because the IOException
allows no cause until Java 1.3.Modifier and Type | Field and Description |
---|---|
(package private) org.xml.sax.SAXException |
saxException |
private static long |
serialVersionUID |
Constructor and Description |
---|
SAXIOException(org.xml.sax.SAXException e) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.SAXException |
getSAXException()
Returns the encapsulated
SAXException . |
private static final long serialVersionUID
final org.xml.sax.SAXException saxException