de.unihalle.informatik.Alida.exceptions
Class ALDBatchIOProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDBatchIOException
de.unihalle.informatik.Alida.exceptions.ALDBatchIOProviderException
- All Implemented Interfaces:
- Serializable
public class ALDBatchIOProviderException
- extends ALDBatchIOException
Alida exception thrown by batch data IO providers.
- Author:
- moeller
- See Also:
- Serialized Form
type
protected ALDBatchIOProviderException.ALDBatchIOProviderExceptionType type
- Type of exception.
ALDBatchIOProviderException
public ALDBatchIOProviderException(ALDBatchIOProviderException.ALDBatchIOProviderExceptionType t,
String c)
- Constructor.
- Parameters:
t
- Exception type.c
- Comment string.
getIdentString
public String getIdentString()
- Description copied from class:
ALDException
- Returns a (hopefully unique) identification string.
- Specified by:
getIdentString
in class ALDException
getType
public ALDBatchIOProviderException.ALDBatchIOProviderExceptionType getType()
- Returns the type of this exception.
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.