Enum Constant and Description |
---|
csvTableNameMismatch |
dbaseDeclsTooMany |
parseError |
parseIllformedNumber |
streamEndReached |
subTableDefBeforeDBase |
tableDefBeforeDBase |
tableOnly1Allowed |
tableSchemaParseError |
tupleHasInsufficientValues |
tupleHasInsufficientValues2 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsg() |
static java.lang.RuntimeException |
toss(ParsE error,
int lineno,
java.lang.Object... args) |
ErrInt<ParsE>[] |
vals() |
static ParsE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsE csvTableNameMismatch
public static final ParsE dbaseDeclsTooMany
public static final ParsE parseError
public static final ParsE parseIllformedNumber
public static final ParsE streamEndReached
public static final ParsE subTableDefBeforeDBase
public static final ParsE tableDefBeforeDBase
public static final ParsE tableOnly1Allowed
public static final ParsE tableSchemaParseError
public static final ParsE tupleHasInsufficientValues
public static final ParsE tupleHasInsufficientValues2
public static ParsE[] values()
for (ParsE c : ParsE.values()) System.out.println(c);
public static ParsE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getMsg()
public static java.lang.RuntimeException toss(ParsE error, int lineno, java.lang.Object... args)