Enum Constant and Description |
---|
associationNoExist |
associationsDiffer |
cantCopy |
consSchemaNoExist |
ioerror |
noHome |
schemaFileNoExist |
wrongCDName |
wrongFileName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsg()
get error message of error
|
static java.lang.RuntimeException |
toss(Error error,
java.lang.Object... args)
this is the constructor for throwing an error
|
ErrInt<Error>[] |
vals() |
static Error |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Error associationsDiffer
public static final Error associationNoExist
public static final Error cantCopy
public static final Error consSchemaNoExist
public static final Error ioerror
public static final Error noHome
public static final Error schemaFileNoExist
public static final Error wrongFileName
public static final Error wrongCDName
public static Error[] values()
for (Error c : Error.values()) System.out.println(c);
public static Error 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(Error error, java.lang.Object... args)
error
- -- which errorargs
- -- arguments of error message