|
JDOM 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.jdom.JDOMException | +--org.jdom.transform.XSLTransformException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
Constructor Summary | |
XSLTransformException()
|
|
XSLTransformException(java.lang.String message)
|
|
XSLTransformException(java.lang.String message,
java.lang.Exception cause)
|
Methods inherited from class org.jdom.JDOMException |
getCause,
getMessage,
initCause,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
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)
public XSLTransformException(java.lang.String message, java.lang.Exception cause)
|
JDOM 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |