de.unihalle.informatik.Alida.exceptions
Class ALDDataConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDDataIOException
de.unihalle.informatik.Alida.exceptions.ALDDataConverterException
- All Implemented Interfaces:
- Serializable
public class ALDDataConverterException
- extends ALDDataIOException
Alida exception thrown by data type converters.
- Author:
- posch
- See Also:
- Serialized Form
type
protected ALDDataConverterException.ALDDataIOProviderExceptionType type
- Type of exception.
ALDDataConverterException
public ALDDataConverterException(ALDDataConverterException.ALDDataIOProviderExceptionType 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 ALDDataConverterException.ALDDataIOProviderExceptionType 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.