JavaScript is disabled on your browser.
All Implemented Interfaces:
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
Fields
Modifier and Type
Field and Description
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
Constructors
Constructor and Description
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
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics . All rights reserved.