|
|||||||||
| Home >> All >> org >> jdom >> [ transform overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdom.transform
Class XSLTransformException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdom.JDOMException
org.jdom.transform.XSLTransformException
- All Implemented Interfaces:
- java.io.Serializable
- public class XSLTransformException
- extends org.jdom.JDOMException
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
- Version:
- $Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private static java.lang.String |
CVS_ID
|
| Fields inherited from class org.jdom.JDOMException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
| Constructor Detail |
XSLTransformException
public XSLTransformException()
XSLTransformException
public XSLTransformException(java.lang.String message)
XSLTransformException
public XSLTransformException(java.lang.String message, java.lang.Exception cause)
|
|||||||||
| Home >> All >> org >> jdom >> [ transform overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC