Uses of Class
org.alphadisplaytag.exception.SeverityEnum

Packages that use SeverityEnum
org.alphadisplaytag.exception   
 

Uses of SeverityEnum in org.alphadisplaytag.exception
 

Fields in org.alphadisplaytag.exception declared as SeverityEnum
static SeverityEnum SeverityEnum.FATAL
          Severity FATAL.
static SeverityEnum SeverityEnum.ERROR
          Severity ERROR.
static SeverityEnum SeverityEnum.WARN
          Severity WARN.
static SeverityEnum SeverityEnum.INFO
          Severity INFO.
static SeverityEnum SeverityEnum.DEBUG
          Severity DEBUG.
 

Methods in org.alphadisplaytag.exception that return SeverityEnum
 SeverityEnum TablePropertiesLoadException.getSeverity()
           
 SeverityEnum ObjectLookupException.getSeverity()
           
abstract  SeverityEnum BaseNestableRuntimeException.getSeverity()
          subclasses need to define the getSeverity method to provide correct severity for logging.
abstract  SeverityEnum BaseNestableJspTagException.getSeverity()
          subclasses need to define the getSeverity method to provide correct severity for logging.
 



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/