JIU 0.12.0 Homepage

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

Packages that use OperationFailedException
net.sourceforge.jiu.codecs Provides classes to read images from and save them to files (or streams) in various file formats.  
net.sourceforge.jiu.codecs.tiff Classes to handle the Tagged Image File Format (TIFF).  
net.sourceforge.jiu.color.adjustment Contains operations that modify pixel colors independent from other pixels 
net.sourceforge.jiu.color.quantization Classes to perform color image quantization, the reduction of the number of unique colors in an image.  
net.sourceforge.jiu.ops The operation package, with basic functionality for all JIU classes that actually process images.  
 

Uses of OperationFailedException in net.sourceforge.jiu.codecs
 

Subclasses of OperationFailedException in net.sourceforge.jiu.codecs
 class InvalidFileStructureException
          This exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.
 class InvalidImageIndexException
          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 UnsupportedCodecModeException
          This exception is thrown when a codec does not support the codec mode wanted by the user.
 class UnsupportedTypeException
          This exception is thrown during image loading.
 class WrongFileFormatException
          This exception is thrown during image loading.
 

Methods in net.sourceforge.jiu.codecs that throw OperationFailedException
 void RASCodec.process()
           
 void PSDCodec.process()
           
 void PNMCodec.process()
           
 void PNGCodec.process()
           
 void PCDCodec.process()
          Checks the parameter and loads an image.
 void PalmCodec.process()
           
 void IFFCodec.process()
           
 void GIFCodec.process()
           
 void BMPCodec.process()
           
 

Uses of OperationFailedException in net.sourceforge.jiu.codecs.tiff
 

Methods in net.sourceforge.jiu.codecs.tiff that throw OperationFailedException
 void TIFFCodec.process()
           
 

Uses of OperationFailedException in net.sourceforge.jiu.color.adjustment
 

Constructors in net.sourceforge.jiu.color.adjustment that throw OperationFailedException
NormalizeHistogram(IntegerImage in)
          Creates an object of this class and initializes the lookup tables with the argument input image.
EqualizeHistogram(IntegerImage in)
          Creates an object of this class and initializes the lookup tables with the argument input image.
 

Uses of OperationFailedException in net.sourceforge.jiu.color.quantization
 

Methods in net.sourceforge.jiu.color.quantization that throw OperationFailedException
 void PopularityQuantizer.process()
           
 void MedianCutQuantizer.process()
           
 void MedianCutContourRemoval.process()
           
 

Uses of OperationFailedException in net.sourceforge.jiu.ops
 

Subclasses of OperationFailedException in net.sourceforge.jiu.ops
 class MissingParameterException
          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 WrongParameterException
          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 in net.sourceforge.jiu.ops that throw OperationFailedException
 void Operation.process()
          This method does the actual work of the operation.
 


JIU 0.12.0 Homepage

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