de.unihalle.informatik.MiToBo.io.images
Class OverwriteException

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.Alida.exceptions.ALDOperatorException
                  extended by de.unihalle.informatik.MiToBo.io.images.OverwriteException
All Implemented Interfaces:
java.io.Serializable

public class OverwriteException
extends de.unihalle.informatik.Alida.exceptions.ALDOperatorException

Special exception for the ImageWriterMTB operator. This exception is thrown if the file to write to already exists, but the overwrite flag is set to 'false'.

Author:
Oliver Gress
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.exceptions.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDOperatorException
type
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
OverwriteException(de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType t, java.lang.String c)
           
 
Method Summary
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDOperatorException
getIdentString, getType
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getExceptionID, 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OverwriteException

public OverwriteException(de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType t,
                          java.lang.String c)