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

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

Introduction

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

The text is from its open source code.

Constructor

TransformerException(String message)
Create a new TransformerException.
TransformerException(Throwable e)
Create a new TransformerException wrapping an existing exception.
TransformerException(String message, Throwable e)
Wrap an existing exception in a TransformerException.
TransformerException(String message, SourceLocator locator)
Create a new TransformerException from a message and a Locator.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
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.
SourceLocatorgetLocator()
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occurred.
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.
voidprintStackTrace(java.io.PrintWriter s)
Print the the trace of methods from where the error originated.
StringtoString()
Returns a short description of this throwable.