|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
public class ALDOperatorException
Exception mainly thrown by
ALDOperator
in case of failures.
| Nested Class Summary | |
|---|---|
static class |
ALDOperatorException.OperatorExceptionType
Possible operator exception types. |
| Field Summary | |
|---|---|
protected ALDOperatorException.OperatorExceptionType |
type
Type of exception object. |
| Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
|---|
comment |
| Constructor Summary | |
|---|---|
ALDOperatorException(ALDOperatorException.OperatorExceptionType t,
java.lang.String c)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getIdentString()
Returns a (hopefully unique) identification string. |
ALDOperatorException.OperatorExceptionType |
getType()
Returns the type of this exception. |
| Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
|---|
getCommentString, getExceptionID, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ALDOperatorException.OperatorExceptionType type
| Constructor Detail |
|---|
public ALDOperatorException(ALDOperatorException.OperatorExceptionType t,
java.lang.String c)
t - Exception type.c - Comment string.| Method Detail |
|---|
public ALDOperatorException.OperatorExceptionType getType()
public java.lang.String getIdentString()
ALDException
getIdentString in class ALDException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||