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 callError
public static final Error assocDeclMixed
public static final Error associationsDiffer
public static final Error associationNoExist
public static final Error consult
public static final Error consSchemaNoExist
public static final Error databaseFileNoExist
public static final Error schemaFileNoExist
public static final Error SchemaInheritanceCycle
public static final Error SchemaIsAbstract
public static final Error SchemaMultipleSubTableDecls
public static final Error SchemaMultipleTableDecls
public static final Error SchemaNoMoreSubTables
public static final Error SchemaNoMoreTables
public static final Error SchemaNotFinished
public static final Error schemaNotValid
public static final Error dirCreation
public static final Error cantCopyFile
public static final Error columnFormatBad
public static final Error columnValuesBad
public static final Error correspondenceNotFound
public static final Error csvReadError
public static final Error errorReport
public static final Error fileNoExist
public static final Error ioerror
public static final Error noMDELiteHome
public static final Error noTupleWithGivenId
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 tableNoHas1Tuple
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 tableSchemasNotTheSame
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 unrecPrimType
public static final Error violetWrongJavaVersion
public static final Error violetWrongClass
public static final Error violetWrongNumberObjects
public static final Error violetUnexpectedType
public static final Error violetPropertyUnexpected
public static final Error violetMissingAttribute
public static final Error violetParsingError
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 wrongPathNameFormat
public static final Error wrongSchemaNameFormat
public static final Error wrongTable
public static final Error wrongTableSameName
public static final Error yumlUnknownType
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