public static enum ALDOperatorException.OperatorExceptionType extends Enum<ALDOperatorException.OperatorExceptionType>
| Enum Constant and Description |
|---|
ALD_DATA_REQUIRED
Function requires an object of type
ALDData. |
ILLEGAL_EXTENSION
File extension does not match expected one.
|
INSTANTIATION_ERROR
Operator object cannot be instantiated.
|
INVALID_CLASS
Wrong class of object.
|
OPERATE_FAILED
Call of runOp() failed somehow.
|
UNKOWN_NAME
Class or type name is unknown.
|
UNSPECIFIED_ERROR
An unspecified error.
|
VALIDATION_FAILED
Operator parameters could not be validated (e.g. wrong type or range).
|
| Modifier and Type | Method and Description |
|---|---|
static ALDOperatorException.OperatorExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDOperatorException.OperatorExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDOperatorException.OperatorExceptionType VALIDATION_FAILED
public static final ALDOperatorException.OperatorExceptionType OPERATE_FAILED
public static final ALDOperatorException.OperatorExceptionType UNKOWN_NAME
public static final ALDOperatorException.OperatorExceptionType INVALID_CLASS
public static final ALDOperatorException.OperatorExceptionType ALD_DATA_REQUIRED
ALDData.public static final ALDOperatorException.OperatorExceptionType ILLEGAL_EXTENSION
public static final ALDOperatorException.OperatorExceptionType INSTANTIATION_ERROR
public static final ALDOperatorException.OperatorExceptionType UNSPECIFIED_ERROR
public static ALDOperatorException.OperatorExceptionType[] values()
for (ALDOperatorException.OperatorExceptionType c : ALDOperatorException.OperatorExceptionType.values()) System.out.println(c);
public static ALDOperatorException.OperatorExceptionType 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.