de.unihalle.informatik.Alida.exceptions
Class ALDWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDWorkflowException
- All Implemented Interfaces:
- Serializable
public class ALDWorkflowException
- extends ALDException
Exception mainly thrown by
ALDWorkflow
in case of failures.
- Author:
- posch
- See Also:
- Serialized Form
type
protected ALDWorkflowException.WorkflowExceptionType type
- Type of exception object.
ALDWorkflowException
public ALDWorkflowException(ALDWorkflowException.WorkflowExceptionType t,
String c)
- Constructor.
- Parameters:
t
- Exception type.c
- Comment string.
getType
public ALDWorkflowException.WorkflowExceptionType 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
getIdentStringWithoutType
public String getIdentStringWithoutType()
- Returns the ident string in a user-friendly format without type info.
- Returns:
- Condensed ident string.
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.