|
|||||||||
| Home >> All >> com >> drew >> imaging >> [ jpeg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.drew.imaging.jpeg
Class JpegProcessingException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.jpeg.JpegProcessingException
- All Implemented Interfaces:
- java.io.Serializable
- public class JpegProcessingException
- extends com.drew.lang.CompoundException
An exception class thrown upon unexpected and fatal conditions while processing a Jpeg file.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class com.drew.lang.CompoundException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
JpegProcessingException(java.lang.String message)
|
|
JpegProcessingException(java.lang.String message,
java.lang.Throwable cause)
|
|
JpegProcessingException(java.lang.Throwable cause)
|
|
| Methods inherited from class com.drew.lang.CompoundException |
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString |
| 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 |
| Constructor Detail |
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)
|
|||||||||
| Home >> All >> com >> drew >> imaging >> [ jpeg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC