de.unihalle.informatik.MiToBo.core.exceptions
Class MTBException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MTBActiveContourException, MTBImageException

public abstract class MTBException
extends de.unihalle.informatik.Alida.exceptions.ALDException

MiToBo specific exception type.

Author:
moeller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
MTBException()
           
 
Method Summary
protected  java.lang.String getExceptionID()
           
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getIdentString, 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

MTBException

public MTBException()
Method Detail

getExceptionID

protected java.lang.String getExceptionID()
Overrides:
getExceptionID in class de.unihalle.informatik.Alida.exceptions.ALDException