Enum Class ExceptionCode

java.lang.Object
java.lang.Enum<ExceptionCode>
com.maker.passwordmaker.ExceptionCode
All Implemented Interfaces:
Serializable, Comparable<ExceptionCode>, Constable

public enum ExceptionCode extends Enum<ExceptionCode>
The enum Exception code.
Since:
2024. 6. 1.
Author:
yongjunhong
  • Enum Constant Details

    • FAILED_TO_ACCESS_FIELD

      public static final ExceptionCode FAILED_TO_ACCESS_FIELD
      The Failed to access field.
    • PASSWORD_MAKER_ANNOTATION_ON_NON_STRING

      public static final ExceptionCode PASSWORD_MAKER_ANNOTATION_ON_NON_STRING
      The Idmaker annotation on non string.
  • Method Details

    • values

      public static ExceptionCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ExceptionCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      the message