Package org.apache.ws.commons.util
Class Base64.SAXIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.ws.commons.util.Base64.SAXIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Base64
public static class Base64.SAXIOException extends java.io.IOException
An exception of this type is thrown by theBase64.SAXEncoder
, if writing to the target handler causes a SAX exception. This class is required, because theIOException
allows no cause until Java 1.3.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.xml.sax.SAXException
saxException
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SAXIOException(org.xml.sax.SAXException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.SAXException
getSAXException()
Returns the encapsulatedSAXException
.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
saxException
final org.xml.sax.SAXException saxException
-
-