Uses of Class net.sourceforge.jiu.ops.OperationFailedException

Uses in package net.sourceforge.jiu.color.adjustment

Constructors which throw type net.sourceforge.jiu.ops.OperationFailedException

Creates an object of this class and initializes the lookup tables with the argument input image.
Creates an object of this class and initializes the lookup tables with the argument input image.

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

void
void

Uses in package net.sourceforge.jiu.color.quantization

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

RGBColorList
Palette
void
This method does the actual work of the operation.
void

Uses in package net.sourceforge.jiu.codecs.tiff

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

void
This method does the actual work of the operation.

Uses in package net.sourceforge.jiu.ops

Classes derived from net.sourceforge.jiu.ops.OperationFailedException

class
Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).
class
Exception class to indicate that an operation's parameter is of the wrong type, does not fall into a valid interval or a similar mistake.

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

void
This method does the actual work of the operation.

Uses in package net.sourceforge.jiu.codecs.jpeg

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

void
void

Uses in package net.sourceforge.jiu.codecs

Classes derived from net.sourceforge.jiu.ops.OperationFailedException

class
This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
class
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.
class
This exception is thrown when a codec does not support the codec mode wanted by the user.
class
This exception is thrown during image loading.
class
This exception is thrown during image loading.

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

void
void
void
Loads an image from an RAS input stream.
void
void
void
void
void
void
This method does the actual work of the operation.
void
void
void
Checks the parameter and loads an image.
void
This method does the actual work of the operation.
void
void
void
void
void

Uses in package net.sourceforge.jiu.color

Methods which throw type net.sourceforge.jiu.ops.OperationFailedException

PixelImage
Invert.invert(PixelImage inputImage)
Helper method to return an inverted image from the argument image.