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

All Implemented Interfaces:
    Serializable

Runtime exception thrown for problems in loading the (standard or user defined) property file.
Constructor:
 public TablePropertiesLoadException(Class source,
    String propertiesFileName,
    Throwable cause) 
    Constructor for TablePropertiesLoadException.
    Parameters:
    source - Class where the exception is generated
    propertiesFileName - properties file name
    cause - previous Exception
Method from org.displaytag.exception.TablePropertiesLoadException 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.TablePropertiesLoadException Detail:
 public SeverityEnum getSeverity()