de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions
Class MTBActiveContourException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.MiToBo.core.exceptions.MTBException
de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MTBLevelsetException, MTBSnakeException
public class MTBActiveContourException
- extends MTBException
MiToBo exception thrown in context of segmentation with active contours.
- Author:
- moeller
- See Also:
- Serialized Form
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
comment |
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
getCommentString, getMessage |
type
protected MTBActiveContourException.ExceptionType type
- Type of exception.
MTBActiveContourException
public MTBActiveContourException(MTBActiveContourException.ExceptionType t,
String c)
- Default constructor.
- Parameters:
t
- Type of exception.c
- User-specific exception comment.
getIdentString
public String getIdentString()
- Specified by:
getIdentString
in class de.unihalle.informatik.Alida.exceptions.ALDException
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.