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

All Implemented Interfaces:
    Serializable

runtime exception thrown during sorting when a checked exception can't be used.
Constructor:
 public RuntimeLookupException(Class sourceClass,
    String property,
    BaseNestableJspTagException cause) 
    Parameters:
    sourceClass - class where the exception is thrown
    property - object property who caused the exception
    cause - previous (checked) exception
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