JIU 0.12.0 Homepage

net.sourceforge.jiu.ops
Class OperationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.jiu.ops.OperationFailedException
All Implemented Interfaces:
Serializable
Direct Known 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.

Since:
0.7.0
Author:
Marco Schmidt
See Also:
Serialized Form

Constructor Summary
OperationFailedException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

OperationFailedException

public OperationFailedException(String message)

JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt