de.unihalle.informatik.Alida.exceptions
Class ALDProcessingDAGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.Alida.exceptions.ALDException
              extended by de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
All Implemented Interfaces:
Serializable

public class ALDProcessingDAGException
extends ALDException

Exception thrown in context of history graph reconstruction.

Author:
posch
See Also:
Serialized Form

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, String c)
          Constructor.
 
Method Summary
 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

type

protected ALDProcessingDAGException.DAGExceptionType type
Type of exception object.

Constructor Detail

ALDProcessingDAGException

public ALDProcessingDAGException(ALDProcessingDAGException.DAGExceptionType t,
                                 String c)
Constructor.

Parameters:
t - Exception type.
c - Comment string.
Method Detail

getType

public ALDProcessingDAGException.DAGExceptionType getType()
Returns the type of this exception.


getIdentString

public String getIdentString()
Description copied from class: ALDException
Returns a (hopefully unique) identification string.

Specified by:
getIdentString in class ALDException


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.