Uses of Class
r01f.exceptions.ExceptionSeverity

Packages that use ExceptionSeverity
r01f.exceptions   
 

Uses of ExceptionSeverity in r01f.exceptions
 

Fields in r01f.exceptions declared as ExceptionSeverity
private  ExceptionSeverity EnrichedThrowableCustomizations._severity
           
 

Methods in r01f.exceptions that return ExceptionSeverity
 ExceptionSeverity EnrichedThrowableCustomizations.getSeverity()
           
 ExceptionSeverity EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader.getSeverity()
           
static ExceptionSeverity ExceptionSeverity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExceptionSeverity[] ExceptionSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in r01f.exceptions with parameters of type ExceptionSeverity
 boolean ExceptionSeverity.isMorSeriousThan(ExceptionSeverity other)
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> EnrichedThrowableCustomizations.withSeverity(ExceptionSeverity severity)
           
 EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter.withSeverity(ExceptionSeverity severity)