JIU 0.14.3

net.sourceforge.jiu.codecs
Class InvalidImageIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jiu.ops.OperationFailedException
              extended by net.sourceforge.jiu.codecs.InvalidImageIndexException
All Implemented Interfaces:
Serializable

public class InvalidImageIndexException
extends OperationFailedException

This exception is thrown when the caller has defined an image index that specifies the image to be loaded in a multiple-image file and that index is unavailable. Example: user has specified an image index of 5, which is the sixth image in the file (counting starts at 0), but only three images are available.

Author:
Marco Schmidt
See Also:
Serialized Form

Constructor Summary
InvalidImageIndexException(String message)
          Creates new exception object with a given error message.
 
Method Summary
 
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

InvalidImageIndexException

public InvalidImageIndexException(String message)
Creates new exception object with a given error message.

Parameters:
message - String with text describing the exact problem

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt