Java javax.xml.transform TransformerConfigurationException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.transform TransformerConfigurationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.transform TransformerConfigurationException.

The text is from its open source code.

Constructor

TransformerConfigurationException(String msg)
Create a new TransformerConfigurationException with the String specified as an error message.
TransformerConfigurationException(Throwable e)
Create a new TransformerConfigurationException with a given Exception base cause of the error.
TransformerConfigurationException(String msg, Throwable e)
Create a new TransformerConfigurationException with the given Exception base cause and detail message.
TransformerConfigurationException(String message, SourceLocator locator)
Create a new TransformerConfigurationException from a message and a Locator.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
ThrowablegetException()
This method retrieves an exception that this exception wraps.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetLocationAsString()
Get the location information as a string.
StringgetMessage()
Returns the detail message string of this throwable.
StringgetMessageAndLocation()
Get the error message with location information appended.
StackTraceElement[]getStackTrace()
Provides programmatic access to the stack trace information printed by #printStackTrace() .
voidprintStackTrace()
Print the the trace of methods from where the error originated.
voidprintStackTrace(java.io.PrintStream s)
Print the the trace of methods from where the error originated.
StringtoString()
Returns a short description of this throwable.