public static enum ALDDataConverterException.ALDDataIOProviderExceptionType extends Enum<ALDDataConverterException.ALDDataIOProviderExceptionType>
| Enum Constant and Description |
|---|
CANNOT_CONVERT
Data value could not be converted.
|
UNSPECIFIED_ERROR
An unspecified error.
|
| Modifier and Type | Method and Description |
|---|---|
static ALDDataConverterException.ALDDataIOProviderExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDDataConverterException.ALDDataIOProviderExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDDataConverterException.ALDDataIOProviderExceptionType CANNOT_CONVERT
public static final ALDDataConverterException.ALDDataIOProviderExceptionType UNSPECIFIED_ERROR
public static ALDDataConverterException.ALDDataIOProviderExceptionType[] values()
for (ALDDataConverterException.ALDDataIOProviderExceptionType c : ALDDataConverterException.ALDDataIOProviderExceptionType.values()) System.out.println(c);
public static ALDDataConverterException.ALDDataIOProviderExceptionType 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–2015 Martin Luther University Halle-Wittenberg. All rights reserved.