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