de.unihalle.informatik.Alida.exceptions
Class ALDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.Alida.exceptions.ALDException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ALDBatchIOException, ALDDataIOException, ALDOperatorException, ALDProcessingDAGException, ALDProviderManagerException, ALDWorkflowException

public abstract class ALDException
extends Exception

Abstract main class for exceptions in Alida.

Author:
posch
See Also:
Serialized Form

Field Summary
protected  String comment
          Exception comment.
 
Constructor Summary
ALDException()
           
 
Method Summary
 String getCommentString()
          Returns comment string.
protected  String getExceptionID()
          Returns string characterising exception type.
abstract  String getIdentString()
          Returns a (hopefully unique) identification string.
 String 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

comment

protected String comment
Exception comment.

Constructor Detail

ALDException

public ALDException()
Method Detail

getExceptionID

protected String getExceptionID()
Returns string characterising exception type.


getIdentString

public abstract String getIdentString()
Returns a (hopefully unique) identification string.


getCommentString

public final String getCommentString()
Returns comment string.


getMessage

public final String getMessage()
Overrides:
getMessage in class Throwable


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