de.unihalle.informatik.MiToBo.io.images
Class OverwriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
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 classes/interfaces inherited from class de.unihalle.informatik.Alida.exceptions.ALDOperatorException |
de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType |
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)
|
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
OverwriteException
public OverwriteException(de.unihalle.informatik.Alida.exceptions.ALDOperatorException.OperatorExceptionType t,
java.lang.String c)