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)

Method Summary

Methods inherited from class com.drew.lang.CompoundException

getInnerException, printStackTrace, printStackTrace, printStackTrace, toString

Constructor Details

JpegProcessingException

public JpegProcessingException(String message)

JpegProcessingException

public JpegProcessingException(String message,
                               Throwable cause)

JpegProcessingException

public JpegProcessingException(Throwable cause)

Copyright © 2006 Drew Noakes. All Rights Reserved.