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:
Serializable

@ALDMetaInfo(export=ALLOWED)
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
 
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, 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
 

Constructor Detail

OverwriteException

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


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.