public class XSLTransformException extends JDOMException
| 构造器和说明 |
|---|
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.