public static enum CustomParseException.Message extends Enum<CustomParseException.Message>
| Enum Constant and Description |
|---|
BOOLEAN_CAST |
BYTE_CAST |
CHAR_LITERAL |
CLASS_LITERAL |
DATE_LITERAL |
DOUBLE_LITERAL |
ENUM_LITERAL |
FLOAT_LITERAL |
INT_LITERAL |
LONG_LITERAL |
MEMBER_LITERAL |
SHORT_LITERAL |
SINGLE_QUOTE |
SQLDATE_LITERAL |
STRING_LITERAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
static CustomParseException.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomParseException.Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomParseException.Message SINGLE_QUOTE
public static final CustomParseException.Message BOOLEAN_CAST
public static final CustomParseException.Message BYTE_CAST
public static final CustomParseException.Message SHORT_LITERAL
public static final CustomParseException.Message INT_LITERAL
public static final CustomParseException.Message FLOAT_LITERAL
public static final CustomParseException.Message LONG_LITERAL
public static final CustomParseException.Message DOUBLE_LITERAL
public static final CustomParseException.Message DATE_LITERAL
public static final CustomParseException.Message SQLDATE_LITERAL
public static final CustomParseException.Message STRING_LITERAL
public static final CustomParseException.Message CLASS_LITERAL
public static final CustomParseException.Message ENUM_LITERAL
public static final CustomParseException.Message MEMBER_LITERAL
public static final CustomParseException.Message CHAR_LITERAL
public static CustomParseException.Message[] values()
for (CustomParseException.Message c : CustomParseException.Message.values()) System.out.println(c);
public static CustomParseException.Message valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMessage()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.