Uses of Interface
com.helger.commons.severity.ISeverityComparable
-
Packages that use ISeverityComparable Package Description com.helger.commons.error com.helger.commons.error.level com.helger.commons.log com.helger.commons.severity -
-
Uses of ISeverityComparable in com.helger.commons.error
Subinterfaces of ISeverityComparable in com.helger.commons.error Modifier and Type Interface Description interfaceIErrorCommon interface for single errors and resource errors.Classes in com.helger.commons.error that implement ISeverityComparable Modifier and Type Class Description classSingleErrorDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class. -
Uses of ISeverityComparable in com.helger.commons.error.level
Subinterfaces of ISeverityComparable in com.helger.commons.error.level Modifier and Type Interface Description interfaceIErrorLevelInterface representing a single error level.interfaceIHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>Base interface for objects that have a severity based onIErrorLevel.Classes in com.helger.commons.error.level that implement ISeverityComparable Modifier and Type Class Description classEErrorLevelRepresents a generic error level.classErrorLevelA standalone implementation of theIErrorLevelinterface. -
Uses of ISeverityComparable in com.helger.commons.log
Classes in com.helger.commons.log that implement ISeverityComparable Modifier and Type Class Description classLogMessageRepresents a single log message. -
Uses of ISeverityComparable in com.helger.commons.severity
Classes in com.helger.commons.severity with type parameters of type ISeverityComparable Modifier and Type Interface Description interfaceISeverityComparable<IMPLTYPE extends ISeverityComparable<IMPLTYPE>>Interface for comparable objects based on their severity.
-