Flying Saucer Project Release ${app.version}
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xhtmlrenderer.util.XRRuntimeException
-
-
Constructor Summary
Constructors
Constructor and Description |
XRRuntimeException(java.lang.String msg)
Instantiates a new Exception with a "reason" message.
|
XRRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Instantiates a new Exception with a "reason" message.
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
XRRuntimeException
public XRRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Instantiates a new Exception with a "reason" message.
- Parameters:
msg
- Reason the exception is being thrown.
cause
- Throwable that caused this exception to be thrown (e.g.
IOException.
Flying Saucer Project Release ${app.version}
- Detail:
- Field |
- Constr |
- Method
Flying Saucer Project Home