Uses of Interface
com.helger.commons.state.ISuccessIndicator
-
-
Uses of ISuccessIndicator in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement ISuccessIndicator Modifier and Type Class Description classLoggingExceptionCallbackA specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger. -
Uses of ISuccessIndicator in com.helger.commons.error
Subinterfaces of ISuccessIndicator 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 ISuccessIndicator Modifier and Type Class Description classSingleErrorDefault implementation ofIError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class. -
Uses of ISuccessIndicator in com.helger.commons.error.level
Subinterfaces of ISuccessIndicator in com.helger.commons.error.level Modifier and Type Interface Description interfaceIErrorLevelInterface representing a single error level.interfaceIHasErrorLevelInterface representing an object having an 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 ISuccessIndicator Modifier and Type Class Description classEErrorLevelRepresents a generic error level.classErrorLevelA standalone implementation of theIErrorLevelinterface. -
Uses of ISuccessIndicator in com.helger.commons.io.file
Classes in com.helger.commons.io.file that implement ISuccessIndicator Modifier and Type Class Description classEFileIOErrorCodeRepresents a set of predefined error codes that can occur in file operations.classFileIOErrorRepresents an error with an additional error object. -
Uses of ISuccessIndicator in com.helger.commons.log
Classes in com.helger.commons.log that implement ISuccessIndicator Modifier and Type Class Description classLogMessageRepresents a single log message. -
Uses of ISuccessIndicator in com.helger.commons.state
Classes in com.helger.commons.state that implement ISuccessIndicator Modifier and Type Class Description classESuccessSmall enum for manager actions to indicate success or failure.classSuccessWithValue<DATATYPE>Wraps a success indicator and an arbitrary value.Methods in com.helger.commons.state with parameters of type ISuccessIndicator Modifier and Type Method Description default ESuccessISuccessIndicator. and(ISuccessIndicator aSuccess)static <DATATYPE> SuccessWithValue<DATATYPE>SuccessWithValue. create(ISuccessIndicator aSuccessIndicator, DATATYPE aValue)Create a new object with the given value.default ESuccessISuccessIndicator. or(ISuccessIndicator aSuccess)static ESuccessESuccess. valueOf(ISuccessIndicator aSuccessIndicator)Returns the enum constant of this type with the specified name.Constructors in com.helger.commons.state with parameters of type ISuccessIndicator Constructor Description SuccessWithValue(ISuccessIndicator aSuccessIndicator)ConstructorSuccessWithValue(ISuccessIndicator aSuccessIndicator, DATATYPE aObj)Constructor
-