Uses of Class
org.springframework.richclient.exceptionhandling.LogLevel

Packages that use LogLevel
org.springframework.richclient.exceptionhandling Provides exception handlers to deal with uncaught exceptions. 
 

Uses of LogLevel in org.springframework.richclient.exceptionhandling
 

Fields in org.springframework.richclient.exceptionhandling declared as LogLevel
protected  LogLevel AbstractLoggingExceptionHandler.logLevel
           
 

Methods in org.springframework.richclient.exceptionhandling that return LogLevel
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.richclient.exceptionhandling with parameters of type LogLevel
 void AbstractLoggingExceptionHandler.setLogLevel(LogLevel logLevel)
          The log level at which the throwable should be logged.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.