|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdom2.JDOMException
org.jdom2.transform.XSLTransformException
public class XSLTransformException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
Constructor Summary | |
---|---|
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 |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |