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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.transform.TransformerException
              extended by com.ibm.portal.resolver.xml.exception.SAXTransformerException
All Implemented Interfaces:
java.io.Serializable

public class SAXTransformerException
extends javax.xml.transform.TransformerException

Since:
7.0
See Also:
Serialized Form

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

Constructor Detail

SAXTransformerException

public SAXTransformerException(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 javax.xml.transform.TransformerException