Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
javax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
public class TransformerConfigurationException
extends TransformerException
Constructor Summary | |
| |
| |
| |
| |
| |
|
Method Summary |
Methods inherited from class javax.xml.transform.TransformerException | |
getCause , getException , getLocationAsString , getLocator , getMessageAndLocation , initCause , printStackTrace , printStackTrace , printStackTrace , setLocator |
public TransformerConfigurationException()
Constructor with no detail message.
public TransformerConfigurationException(String msg)
Constructor with a detail message.
public TransformerConfigurationException(String msg, Throwable e)
Constructor with detail message and underlyinmg cause.
public TransformerConfigurationException(String message, SourceLocator locator)
Constructor with detail message and locator.
public TransformerConfigurationException(String message, SourceLocator locator, Throwable e)
Constructor with detail message, locator and underlying cause.
public TransformerConfigurationException(Throwable e)
Constructor with underlying cause.