Class SingleError

java.lang.Object
com.helger.commons.error.SingleError
All Implemented Interfaces:
IError, IHasErrorField, IHasErrorID, IHasErrorLevel, IHasErrorLevelComparable<IError>, ISeverityComparable<IError>, IErrorIndicator, ISuccessIndicator, IGenericImplTrait<IError>

@Immutable public class SingleError extends Object implements IError
Default implementation of IError.
Note: cannot be called Error because this would conflict with the default Java Exception class.
Since:
8.5.0
Author:
Philip Helger