Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

abeans::pluggable::acs::ExceptionReportLevel Class Reference

List of all members.

Static Public Attributes

final Level EXCEPTION = new ExceptionReportLevel("EXCEPTION", Level.WARNING.intValue())

Protected Member Functions

 ExceptionReportLevel (String name, int value)

Detailed Description

Private level class implementation.

This level is used by abeans.pluggable.acs.LoggingExceptionHandlerService for all the exception messages (reports) ment to go to console. Needed since java.util.logging.Level constructor is protected.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@


Constructor & Destructor Documentation

abeans::pluggable::acs::ExceptionReportLevel::ExceptionReportLevel String  name,
int  value
[inline, protected]
 

Create a named Level with a given integer value.

Parameters:
name the name of the Level, for example "INFO".
value an integer value for the level.


Member Data Documentation

final Level abeans::pluggable::acs::ExceptionReportLevel::EXCEPTION = new ExceptionReportLevel("EXCEPTION", Level.WARNING.intValue()) [static]
 

Level for exception messages (reports) ment to go to console.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:43:16 2009 for ACS Java API by doxygen 1.3.8