public static enum MTBDatatypeException.DatatypeExceptionType extends Enum<MTBDatatypeException.DatatypeExceptionType>
| Enum Constant and Description |
|---|
UNSPECIFIED_ERROR
An unspecified error.
|
WRONG_DADATYPE
Object of wrong type.
|
| Modifier and Type | Method and Description |
|---|---|
static MTBDatatypeException.DatatypeExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBDatatypeException.DatatypeExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBDatatypeException.DatatypeExceptionType WRONG_DADATYPE
public static final MTBDatatypeException.DatatypeExceptionType UNSPECIFIED_ERROR
public static MTBDatatypeException.DatatypeExceptionType[] values()
for (MTBDatatypeException.DatatypeExceptionType c : MTBDatatypeException.DatatypeExceptionType.values()) System.out.println(c);
public static MTBDatatypeException.DatatypeExceptionType 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 nullCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.