com.drew.imaging.jpeg
Class JpegProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.jpeg.JpegProcessingException
- All Implemented Interfaces:
- java.io.Serializable
- 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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JpegProcessingException
public JpegProcessingException(java.lang.String message)
JpegProcessingException
public JpegProcessingException(java.lang.String message,
java.lang.Throwable cause)
JpegProcessingException
public JpegProcessingException(java.lang.Throwable cause)
Copyright © 2006 Drew Noakes. All Rights Reserved.