+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.resolver.xml.exception
Class IOSAXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.ibm.portal.resolver.xml.exception.IOSAXException
All Implemented Interfaces:
java.io.Serializable
public class IOSAXException
extends org.xml.sax.SAXException

Since:
7.0
See Also:
Serialized Form

Constructor Summary
IOSAXException(java.io.IOException aCause)
          Initializes the IOException with the root cause
 
Method Summary
 java.io.IOException getCause()
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOSAXException

public IOSAXException(java.io.IOException aCause)
Initializes the IOException with the root cause

Parameters:
aCause - the cause, not null
Method Detail

getCause

public java.io.IOException getCause()
Overrides:
getCause in class java.lang.Throwable
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD