Uses of Enum
com.helger.phase4.model.error.EEbmsErrorCategory
Packages that use EEbmsErrorCategory
-
Uses of EEbmsErrorCategory in com.helger.phase4.model.error
Methods in com.helger.phase4.model.error that return EEbmsErrorCategoryModifier and TypeMethodDescriptionEbmsError.getCategory()EEbmsError.getCategory()IEbmsError.getCategory()Gets the value of the category property.static EEbmsErrorCategoryReturns the enum constant of this type with the specified name.static EEbmsErrorCategory[]EEbmsErrorCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.model.error with parameters of type EEbmsErrorCategoryConstructors in com.helger.phase4.model.error with parameters of type EEbmsErrorCategoryModifierConstructorDescriptionEbmsError(String sErrorCode, EEbmsErrorSeverity eSeverity, String sShortDescription, com.helger.commons.text.display.IHasDisplayText aDescription, EEbmsErrorCategory eCategory)