public class ALDWorkflowException extends ALDException
de.unihalle.informatik.Alida.workflow.ALDWorkflow
in case of failures.| Modifier and Type | Class and Description |
|---|---|
static class |
ALDWorkflowException.WorkflowExceptionType |
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflowException.WorkflowExceptionType |
type
Type of exception object.
|
comment| Constructor and Description |
|---|
ALDWorkflowException(ALDWorkflowException.WorkflowExceptionType t,
String c)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentString()
Returns a (hopefully unique) identification string.
|
String |
getIdentStringWithoutType()
Returns the ident string in a user-friendly format without type info.
|
ALDWorkflowException.WorkflowExceptionType |
getType()
Returns the type of this exception.
|
getCommentString, getExceptionID, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ALDWorkflowException.WorkflowExceptionType type
public ALDWorkflowException(ALDWorkflowException.WorkflowExceptionType t, String c)
t - Exception type.c - Comment string.public ALDWorkflowException.WorkflowExceptionType getType()
public String getIdentString()
ALDExceptiongetIdentString in class ALDExceptionpublic String getIdentStringWithoutType()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.