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

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.core.exceptions.MTBImageException
All Implemented Interfaces:
java.io.Serializable

public class MTBImageException
extends MTBException

MiToBo exception type related to problems with its image data types.

Author:
moeller
See Also:
Serialized Form

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

MTBImageException

public MTBImageException(java.lang.String c)
Default constructor.

Parameters:
c - Exception message.
Method Detail

getExceptionID

protected java.lang.String getExceptionID()
Overrides:
getExceptionID in class MTBException

getIdentString

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