Uses of Interface
com.helger.commons.error.level.IHasErrorLevelComparable
-
Packages that use IHasErrorLevelComparable Package Description com.helger.commons.error com.helger.commons.error.level com.helger.commons.log -
-
Uses of IHasErrorLevelComparable in com.helger.commons.error
Subinterfaces of IHasErrorLevelComparable 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 IHasErrorLevelComparable Modifier and Type Class Description classSingleErrorDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class. -
Uses of IHasErrorLevelComparable in com.helger.commons.error.level
Classes in com.helger.commons.error.level with type parameters of type IHasErrorLevelComparable Modifier and Type Interface Description interfaceIHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>Base interface for objects that have a severity based onIErrorLevel. -
Uses of IHasErrorLevelComparable in com.helger.commons.log
Classes in com.helger.commons.log that implement IHasErrorLevelComparable Modifier and Type Class Description classLogMessageRepresents a single log message.
-