com.sixlegs.png
Class PngException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sixlegs.png.PngException
All Implemented Interfaces:
Serializable

public class PngException
extends IOException

The superclass for all decoding exceptions.

See Also:
Serialized Form

Method Summary
 boolean isFatal()
          Returns true if this exception represents a fatal decoding error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isFatal

public boolean isFatal()
Returns true if this exception represents a fatal decoding error. Most errors in non-ancillary chunks are fatal.