Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.resolver.xml.exception
Class TransformerIOExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.portal.resolver.xml.exception.TransformerIOException
- All Implemented Interfaces:
- java.io.Serializable
public class TransformerIOException- extends java.io.IOException
- Since:
- 7.0
- See Also:
- Serialized Form
Constructor Summary TransformerIOException(javax.xml.transform.TransformerException aCause)
Initializes the IOException with the root cause
Method Summary javax.xml.transform.TransformerException 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 TransformerIOException
public TransformerIOException(javax.xml.transform.TransformerException aCause)
- Initializes the IOException with the root cause
- Parameters:
- aCause - the cause, not null
Method Detail getCause
public javax.xml.transform.TransformerException getCause()
- Overrides:
- getCause in class java.lang.Throwable
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD