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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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