|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDOperatorException.OperatorExceptionType>
de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType
public static enum ALDOperatorException.OperatorExceptionType
Possible operator exception types.
Enum Constant Summary | |
---|---|
ALD_DATA_REQUIRED
Function requires an object of type ALDData . |
|
ILLEGAL_EXTENSION
File extension does not match expected one. |
|
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). |
Method Summary | |
---|---|
static ALDOperatorException.OperatorExceptionType |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ALDOperatorException.OperatorExceptionType ALD_DATA_REQUIRED
ALDData
.
public static final ALDOperatorException.OperatorExceptionType ILLEGAL_EXTENSION
public static final ALDOperatorException.OperatorExceptionType INVALID_CLASS
public static final ALDOperatorException.OperatorExceptionType OPERATE_FAILED
public static final ALDOperatorException.OperatorExceptionType UNKOWN_NAME
public static final ALDOperatorException.OperatorExceptionType UNSPECIFIED_ERROR
public static final ALDOperatorException.OperatorExceptionType VALIDATION_FAILED
Method Detail |
---|
public static ALDOperatorException.OperatorExceptionType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ALDOperatorException.OperatorExceptionType[] values()
for (ALDOperatorException.OperatorExceptionType c : ALDOperatorException.OperatorExceptionType.values()) System.out.println(c);
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |