|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.util.xml.transform.XSLCompileException
public final class XSLCompileException
a RuntimeException thrown during XSL stylesheet compilation,
which provides a detailed error message explaining why the compilation
failed.
| Constructor Summary | |
|---|---|
XSLCompileException(java.lang.String msg)
creates a new XSLCompileException with the given detail
message. |
|
XSLCompileException(java.lang.String msg,
java.lang.Exception ex)
creates a new XSLCompileException with a detailed message
and the underlying TransformerException as the root 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 XSLCompileException(java.lang.String msg)
XSLCompileException with the given detail
message.
msg - the message
public XSLCompileException(java.lang.String msg,
java.lang.Exception ex)
XSLCompileException with a detailed message
and the underlying TransformerException as the root cause.
msg - the detailed error message of the Transformerex - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||