Uses of Enum Class
stawa.vitalstrike.Errors.ErrorCode
Packages that use Errors.ErrorCode
Package
Description
VitalStrike - A Dynamic Damage Indication Plugin for Minecraft
-
Uses of Errors.ErrorCode in stawa.vitalstrike
Methods in stawa.vitalstrike that return Errors.ErrorCodeModifier and TypeMethodDescriptionErrors.VitalStrikeException.getErrorCode()Gets the error code associated with this exceptionstatic Errors.ErrorCodeReturns the enum constant of this class with the specified name.static Errors.ErrorCode[]Errors.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in stawa.vitalstrike with parameters of type Errors.ErrorCodeModifierConstructorDescriptionDatabaseException(String message, Errors.ErrorCode specificErrorCode) Creates a new DatabaseException with the specified message and error codeVitalStrikeException(String message, Throwable cause, Errors.ErrorCode errorCode) Creates a new VitalStrikeException with the specified message, cause, and error codeVitalStrikeException(String message, Errors.ErrorCode errorCode) Creates a new VitalStrikeException with the specified message and error code