javax.xml.transform
Class TransformerConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.transform.TransformerException
              extended by javax.xml.transform.TransformerConfigurationException
All Implemented Interfaces:
Serializable

public class TransformerConfigurationException
extends TransformerException

An exception occurred during configuration of the transformer.

See Also:
Serialized Form

Constructor Summary
TransformerConfigurationException()
          Constructor with no detail message.
TransformerConfigurationException(String msg)
          Constructor with a detail message.
TransformerConfigurationException(String message, SourceLocator locator)
          Constructor with detail message and locator.
TransformerConfigurationException(String message, SourceLocator locator, Throwable e)
          Constructor with detail message, locator and underlying cause.
TransformerConfigurationException(String msg, Throwable e)
          Constructor with detail message and underlyinmg cause.
TransformerConfigurationException(Throwable e)
          Constructor with underlying cause.
 
Method Summary
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, 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

TransformerConfigurationException

public TransformerConfigurationException()
Constructor with no detail message.


TransformerConfigurationException

public TransformerConfigurationException(String msg)
Constructor with a detail message.


TransformerConfigurationException

public TransformerConfigurationException(Throwable e)
Constructor with underlying cause.


TransformerConfigurationException

public TransformerConfigurationException(String msg,
                                         Throwable e)
Constructor with detail message and underlyinmg cause.


TransformerConfigurationException

public TransformerConfigurationException(String message,
                                         SourceLocator locator)
Constructor with detail message and locator.


TransformerConfigurationException

public TransformerConfigurationException(String message,
                                         SourceLocator locator,
                                         Throwable e)
Constructor with detail message, locator and underlying cause.