Enum InternalError

java.lang.Object
java.lang.Enum<InternalError>
org.mybatis.dynamic.sql.util.InternalError
All Implemented Interfaces:
Serializable, Comparable<InternalError>

public enum InternalError extends Enum<InternalError>
Enum for managing internal error numbers.
  • Enum Constant Details

    • INTERNAL_ERROR_1

      public static final InternalError INTERNAL_ERROR_1
    • INTERNAL_ERROR_2

      public static final InternalError INTERNAL_ERROR_2
    • INTERNAL_ERROR_3

      public static final InternalError INTERNAL_ERROR_3
    • INTERNAL_ERROR_4

      public static final InternalError INTERNAL_ERROR_4
    • INTERNAL_ERROR_5

      public static final InternalError INTERNAL_ERROR_5
    • INTERNAL_ERROR_6

      public static final InternalError INTERNAL_ERROR_6
    • INTERNAL_ERROR_7

      public static final InternalError INTERNAL_ERROR_7
    • INTERNAL_ERROR_8

      public static final InternalError INTERNAL_ERROR_8
    • INTERNAL_ERROR_9

      public static final InternalError INTERNAL_ERROR_9
    • INTERNAL_ERROR_10

      public static final InternalError INTERNAL_ERROR_10
    • INTERNAL_ERROR_11

      public static final InternalError INTERNAL_ERROR_11
    • INTERNAL_ERROR_12

      public static final InternalError INTERNAL_ERROR_12
    • INTERNAL_ERROR_13

      public static final InternalError INTERNAL_ERROR_13
    • INTERNAL_ERROR_14

      public static final InternalError INTERNAL_ERROR_14
    • INTERNAL_ERROR_15

      public static final InternalError INTERNAL_ERROR_15
  • Method Details

    • values

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

      public static InternalError valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public int getNumber()