public static enum ALDProcessingDAGException.DAGExceptionType extends Enum<ALDProcessingDAGException.DAGExceptionType>
| Enum Constant and Description |
|---|
INTERNAL_TRACING_ERROR
Thrown when something went wrong during graph extraction.
|
| Modifier and Type | Method and Description |
|---|---|
static ALDProcessingDAGException.DAGExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDProcessingDAGException.DAGExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDProcessingDAGException.DAGExceptionType INTERNAL_TRACING_ERROR
public static ALDProcessingDAGException.DAGExceptionType[] values()
for (ALDProcessingDAGException.DAGExceptionType c : ALDProcessingDAGException.DAGExceptionType.values()) System.out.println(c);
public static ALDProcessingDAGException.DAGExceptionType 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.