public class XSLTransformException extends JDOMException
Constructor and Description |
---|
XSLTransformException()
A new and default XSLTransformException
|
XSLTransformException(String message)
A new XSLTransformException with the specified message
|
XSLTransformException(String message,
Exception cause)
A new XSLTransformException with the specified message and cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XSLTransformException()
public XSLTransformException(String message)
message
- The message for the exceptionCopyright ? 2016 Jason Hunter, Brett McLaughlin. All Rights Reserved.