de.unihalle.informatik.Alida.exceptions
Class ALDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
comment
protected String comment
- Exception comment.
ALDException
public ALDException()
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.