Uses of Class
org.glassfish.grizzly.utils.ExceptionHandler.Severity
-
Packages that use ExceptionHandler.Severity Package Description org.glassfish.grizzly.utils -
-
Uses of ExceptionHandler.Severity in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return ExceptionHandler.Severity Modifier and Type Method Description static ExceptionHandler.SeverityExceptionHandler.Severity. valueOf(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 Modifier and Type Method Description voidExceptionHandler. notifyException(ExceptionHandler.Severity severity, Throwable throwable)
-