|
||||||||||
| 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.TablePropertiesLoadException
public class TablePropertiesLoadException
Runtime exception thrown for problems in loading the (standard or user defined) property file.
| Constructor Summary | |
|---|---|
TablePropertiesLoadException(java.lang.Class source,
java.lang.String propertiesFileName,
java.lang.Throwable cause)
Constructor for TablePropertiesLoadException. |
|
| 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 TablePropertiesLoadException(java.lang.Class source,
java.lang.String propertiesFileName,
java.lang.Throwable cause)
source - Class where the exception is generatedpropertiesFileName - properties file namecause - previous Exception| Method Detail |
|---|
public SeverityEnum getSeverity()
BaseNestableRuntimeException
getSeverity in class BaseNestableRuntimeExceptionBaseNestableRuntimeException.getSeverity(),
SeverityEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||