Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.resolver.xml.exception
Class SAXIOExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.portal.resolver.xml.exception.SAXIOException
- All Implemented Interfaces:
- java.io.Serializable
public class SAXIOException- extends java.io.IOException
- Since:
- 7.0
- See Also:
- Serialized Form
Constructor Summary SAXIOException(org.xml.sax.SAXException aCause)
Initializes the IOException with the root cause
Method Summary org.xml.sax.SAXException getCause()
Methods inherited from class java.lang.Throwable fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail SAXIOException
public SAXIOException(org.xml.sax.SAXException aCause)
- Initializes the IOException with the root cause
- Parameters:
- aCause - the cause, not null
Method Detail getCause
public org.xml.sax.SAXException getCause()
- Overrides:
- getCause in class java.lang.Throwable
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD