Uses of Class
org.glassfish.grizzly.utils.ExceptionHandler.Severity

Packages that use ExceptionHandler.Severity
org.glassfish.grizzly.utils   
 

Uses of ExceptionHandler.Severity in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils that return ExceptionHandler.Severity
static ExceptionHandler.Severity ExceptionHandler.Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExceptionHandler.Severity[] ExceptionHandler.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly.utils with parameters of type ExceptionHandler.Severity
 void ExceptionHandler.notifyException(ExceptionHandler.Severity severity, java.lang.Throwable throwable)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.