Save This Page
Home » displaytag-1.1.1-src » org » displaytag » exception » [javadoc | source]
org.displaytag.exception
public class: WrappedRuntimeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.displaytag.exception.BaseNestableRuntimeException
               org.displaytag.exception.WrappedRuntimeException

All Implemented Interfaces:
    Serializable

Basic wrapper for checked exceptions.
Constructor:
 public WrappedRuntimeException(Class source,
    Throwable cause) 
    Instantiate a new WrappedRuntimeException.
    Parameters:
    source - Class where the exception is generated
    cause - Original exception
Method from org.displaytag.exception.WrappedRuntimeException Summary:
getSeverity
Methods from org.displaytag.exception.BaseNestableRuntimeException:
getCause,   getSeverity,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.exception.WrappedRuntimeException Detail:
 public SeverityEnum getSeverity()