public class XSLTransformException extends JDOMException
Constructor and Description |
---|
XSLTransformException()
A new and default XSLTransformException
|
XSLTransformException(java.lang.String message)
A new XSLTransformException with the specified message
|
XSLTransformException(java.lang.String message,
java.lang.Exception cause)
A new XSLTransformException with the specified message and cause
|
public XSLTransformException()
public XSLTransformException(java.lang.String message)
message
- The message for the exceptionpublic XSLTransformException(java.lang.String message, java.lang.Exception cause)
message
- The message for the exceptioncause
- This exception's cause.Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.