org.alphadisplaytag.exception
Class TablePropertiesLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.alphadisplaytag.exception.BaseNestableRuntimeException
                  extended byorg.alphadisplaytag.exception.TablePropertiesLoadException
All Implemented Interfaces:
java.io.Serializable

public class TablePropertiesLoadException
extends BaseNestableRuntimeException

Runtime exception thrown for problems in loading the (standard or user defined) property file.

Version:
$Revision: 1.7 $ ($Author: fgiust $)
Author:
fgiust
See Also:
Serialized Form

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.alphadisplaytag.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

TablePropertiesLoadException

public TablePropertiesLoadException(java.lang.Class source,
                                    java.lang.String propertiesFileName,
                                    java.lang.Throwable cause)
Constructor for TablePropertiesLoadException.

Parameters:
source - Class where the exception is generated
propertiesFileName - properties file name
cause - previous Exception
Method Detail

getSeverity

public SeverityEnum getSeverity()
Description copied from class: BaseNestableRuntimeException
subclasses need to define the getSeverity method to provide correct severity for logging.

Specified by:
getSeverity in class BaseNestableRuntimeException
Returns:
SeverityEnum.ERROR
See Also:
BaseNestableRuntimeException.getSeverity(), SeverityEnum


Alphabetical Navigation Bar Java Display Tag Home Page. 

My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business. Some of my design is inspired by the original display tag <display:*> code. Please go to http://displaytag.sourceforge.net/ for details on the <display:*> tag.

Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/