Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsg() |
static java.lang.RuntimeException |
toss(Error error,
java.lang.Object... args) |
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 consult
public static final Error databaseFileNoExist
public static final Error dbSchemaFileNoExist
public static final Error dbSchemaInheritanceCycle
public static final Error dbSchemaMultipleSubTableDecls
public static final Error dbSchemaMultipleTableDecls
public static final Error dbSchemaNoMoreSubTables
public static final Error dbSchemaNoMoreTables
public static final Error dbSchemaNotFinished
public static final Error dbSchemaNotValid
public static final Error errorReport
public static final Error fileNoExist
public static final Error ioerror
public static final Error numberColumnsDiffer
public static final Error numberSubTablesDiffer
public static final Error numberTablesDiffer
public static final Error ooschemaFile
public static final Error subTableNoFind
public static final Error subTableNoSameSuperDifferentNames
public static final Error subTableNoSameSuperSameNames
public static final Error tableDuplicateColumn
public static final Error tableFileNoExist
public static final Error tableHasNoColumns
public static final Error tableHasNoSchema
public static final Error tableKeyed
public static final Error tableNoDeleteTuple
public static final Error tableNoExist
public static final Error tableNoTupleFound
public static final Error tableNoTupleWithKey
public static final Error tableNotInDataBase
public static final Error tableSchemaNamesDifferent
public static final Error tableSchemaNoShareColumn
public static final Error tableSchemaNothingToRead
public static final Error tableUnknownColumn
public static final Error tablesHaveDifferentNames
public static final Error tooManyArguments
public static final Error tupleMissingValue
public static final Error tupleMissingValueS
public static final Error tupleSetValues
public static final Error tupleTooManyColumns
public static final Error tupleWrongNumAttributes
public static final Error wrongCSVNameFormat
public static final Error wrongDBNameFormat
public static final Error wrongDatabaseNameFormat
public static final Error wrongFileName
public static final Error wrongFileNameFormatShort
public static final Error wrongOOSchemaNameFormat
public static final Error wrongPathNameFormat
public static final Error wrongSchemaNameFormat
public static final Error wrongSchemaNameSFormat
public static final Error wrongTable
public static final Error wrongTableSameName
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)