de.unihalle.informatik.Alida.exceptions
Class ALDProcessingDAGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
- All Implemented Interfaces:
- java.io.Serializable
public class ALDProcessingDAGException
- extends ALDException
Exception thrown in context of history graph reconstruction.
- Author:
- posch
- See Also:
- Serialized Form
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 |
type
protected ALDProcessingDAGException.DAGExceptionType type
- Type of exception object.
typeID
private static final java.lang.String typeID
- Exception identifier.
- See Also:
- Constant Field Values
ALDProcessingDAGException
public ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t,
java.lang.String c)
- Constructor.
- Parameters:
t
- Exception type.c
- Comment string.
getIdentString
public java.lang.String getIdentString()
- Description copied from class:
ALDException
- Returns a (hopefully unique) identification string.
- Specified by:
getIdentString
in class ALDException
getType
public ALDProcessingDAGException.DAGExceptionType getType()
- Returns the type of this exception.