| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.exceptions |
Defines Alida exceptions.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflowException.WorkflowExceptionType |
ALDWorkflowException.type
Type of exception object.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowException.WorkflowExceptionType |
ALDWorkflowException.getType()
Returns the type of this exception.
|
static ALDWorkflowException.WorkflowExceptionType |
ALDWorkflowException.WorkflowExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDWorkflowException.WorkflowExceptionType[] |
ALDWorkflowException.WorkflowExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ALDWorkflowException(ALDWorkflowException.WorkflowExceptionType t,
String c)
Constructor.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.