Uses of Enum Class
org.exoplatform.perkstore.model.constant.PerkStoreError
Packages that use PerkStoreError
-
Uses of PerkStoreError in org.exoplatform.perkstore.exception
Methods in org.exoplatform.perkstore.exception that return PerkStoreErrorConstructors in org.exoplatform.perkstore.exception with parameters of type PerkStoreErrorModifierConstructorDescriptionPerkStoreException(PerkStoreError errorType, Serializable... parameters) -
Uses of PerkStoreError in org.exoplatform.perkstore.model.constant
Methods in org.exoplatform.perkstore.model.constant that return PerkStoreErrorModifier and TypeMethodDescriptionstatic PerkStoreErrorReturns the enum constant of this class with the specified name.static PerkStoreError[]PerkStoreError.values()Returns an array containing the constants of this enum class, in the order they are declared.