|
SMILA (incubation) API documentation | ||||||||
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.eclipse.smila.processing.pipelets.xmlprocessing.util.XslException
public class XslException
XslException.
Constructor Summary | |
---|---|
XslException()
Default Constructor. |
|
XslException(java.lang.String msg)
Conversion Constructor. |
|
XslException(java.lang.String msg,
java.lang.Throwable t)
Conversion Constructor. |
|
XslException(java.lang.Throwable t)
Conversion Constructor. |
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 XslException()
public XslException(java.lang.String msg, java.lang.Throwable t)
msg
- the messaget
- the Throwablepublic XslException(java.lang.String msg)
msg
- the messagepublic XslException(java.lang.Throwable t)
t
- the Throwable
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |