com.drew.imaging.jpeg

Class JpegProcessingException

public class JpegProcessingException extends CompoundException

An exception class thrown upon unexpected and fatal conditions while processing a Jpeg file.

Author: Drew Noakes http://drewnoakes.com

Constructor Summary
JpegProcessingException(String message)
JpegProcessingException(String message, Throwable cause)
JpegProcessingException(Throwable cause)

Constructor Detail

JpegProcessingException

public JpegProcessingException(String message)

JpegProcessingException

public JpegProcessingException(String message, Throwable cause)

JpegProcessingException

public JpegProcessingException(Throwable cause)
Copyright © 2006 Drew Noakes. All Rights Reserved.