net.sourceforge.jiu.ops

Class OperationFailedException

Known Direct Subclasses:
InvalidFileStructureException, InvalidImageIndexException, MissingParameterException, UnsupportedCodecModeException, UnsupportedTypeException, WrongFileFormatException, WrongParameterException

public class OperationFailedException
extends Exception

Exception class to indicate that an operation failed during the execution of the method Operation.process(). Note that a failure due to missing or wrong parameters must lead to the dedicated exception classes WrongParameterException or MissingParameterException being thrown.
Author:
Marco Schmidt
Since:
0.7.0

Constructor Summary

OperationFailedException(String message)

Constructor Details

OperationFailedException

public OperationFailedException(String message)