|
||||||||||
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.ALDProcessingDAGException
public class ALDProcessingDAGException
Exception thrown in context of history graph reconstruction.
Nested Class Summary | |
---|---|
static class |
ALDProcessingDAGException.DAGExceptionType
Possible graph exception types. |
Field Summary | |
---|---|
protected ALDProcessingDAGException.DAGExceptionType |
type
Type of exception object. |
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
---|
comment |
Constructor Summary | |
---|---|
ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t,
java.lang.String c)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getIdentString()
Returns a (hopefully unique) identification string. |
ALDProcessingDAGException.DAGExceptionType |
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 ALDProcessingDAGException.DAGExceptionType type
Constructor Detail |
---|
public ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t, java.lang.String c)
t
- Exception type.c
- Comment string.Method Detail |
---|
public ALDProcessingDAGException.DAGExceptionType 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 |