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

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
                      extended by de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBLevelsetException
All Implemented Interfaces:
java.io.Serializable

public class MTBLevelsetException
extends MTBActiveContourException

MiToBo exception thrown inside snake segmentation framework.

Author:
moeller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException
MTBActiveContourException.ExceptionType
 
Field Summary
 
Fields inherited from class de.unihalle.informatik.MiToBo.segmentation.activecontours.exceptions.MTBActiveContourException
type
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
MTBLevelsetException(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
 

Constructor Detail

MTBLevelsetException

public MTBLevelsetException(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()
Overrides:
getIdentString in class MTBActiveContourException