|
Flying Saucer Project Release ${app.version} | |||||||||
| 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.xhtmlrenderer.util.XRRuntimeException
public class XRRuntimeException
General runtime exception used in XHTMLRenderer. Auto-logs messages to plumbing.exception hierarchy.
| Constructor Summary | |
|---|---|
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 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XRRuntimeException(java.lang.String msg)
msg - Reason the exception is being thrown.
public XRRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
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} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||