de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions
Class MTBActiveContourException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.Alida.exceptions.ALDException
              extended by de.unihalle.informatik.MiToBo.core.exceptions.MTBException
                  extended by de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException
All Implemented Interfaces:
java.io.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

Nested Class Summary
static class MTBActiveContourException.ExceptionType
          Possible exception types.
 
Field Summary
protected  MTBActiveContourException.ExceptionType type
          Type of exception.
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
MTBActiveContourException(MTBActiveContourException.ExceptionType t, java.lang.String c)
          Default constructor.
 
Method Summary
 java.lang.String getIdentString()
           
 
Methods inherited from class de.unihalle.informatik.MiToBo.core.exceptions.MTBException
getExceptionID
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected MTBActiveContourException.ExceptionType type
Type of exception.

Constructor Detail

MTBActiveContourException

public MTBActiveContourException(MTBActiveContourException.ExceptionType t,
                                 java.lang.String c)
Default constructor.

Parameters:
t - Type of exception.
c - User-specific exception comment.
Method Detail

getIdentString

public java.lang.String getIdentString()
Specified by:
getIdentString in class de.unihalle.informatik.Alida.exceptions.ALDException