public class ALDProcessingDAGException extends ALDException
| Modifier and Type | Class and Description |
|---|---|
static class |
ALDProcessingDAGException.DAGExceptionType
Possible graph exception types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDProcessingDAGException.DAGExceptionType |
type
Type of exception object.
|
comment| Constructor and Description |
|---|
ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t,
String c)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentString()
Returns a (hopefully unique) identification string.
|
ALDProcessingDAGException.DAGExceptionType |
getType()
Returns the type of this exception.
|
getCommentString, getExceptionID, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ALDProcessingDAGException.DAGExceptionType type
public ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t, String c)
t - Exception type.c - Comment string.public ALDProcessingDAGException.DAGExceptionType getType()
public String getIdentString()
ALDExceptiongetIdentString in class ALDExceptionCopyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.