|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ach.image.DecoderException
DecoderException.java
Copyright (c) 1997, 1998 Helge Hackbarth, All Rights Reserved.
Exception to be thrown when an image decoder reached an
unrecoverable error.
Constructor Summary | |
DecoderException()
Constructor for a DecoderException |
|
DecoderException(java.lang.String s)
Constructor for a DecoderException with an additional error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DecoderException()
public DecoderException(java.lang.String s)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |