|
||||||||||
| 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.displaytag.exception.BaseNestableRuntimeException
org.displaytag.exception.WrappedRuntimeException
public class WrappedRuntimeException
Basic wrapper for checked exceptions.
| Constructor Summary | |
|---|---|
WrappedRuntimeException(java.lang.Class source,
java.lang.Throwable cause)
Instantiate a new WrappedRuntimeException. |
|
| Method Summary | |
|---|---|
SeverityEnum |
getSeverity()
subclasses need to define the getSeverity method to provide correct severity for logging. |
| Methods inherited from class org.displaytag.exception.BaseNestableRuntimeException |
|---|
getCause, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WrappedRuntimeException(java.lang.Class source,
java.lang.Throwable cause)
source - Class where the exception is generatedcause - Original exception| Method Detail |
|---|
public SeverityEnum getSeverity()
BaseNestableRuntimeException
getSeverity in class BaseNestableRuntimeExceptionBaseNestableRuntimeException.getSeverity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||