erkka
Class PNGException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--erkka.ImageException
                    |
                    +--erkka.PNGException
All Implemented Interfaces:
java.io.Serializable

public class PNGException
extends ImageException

Thrown by a PNGEncoder if an error involving the image occurs.

See Also:
Serialized Form

Constructor Summary
PNGException()
          Creates a PNGException with no detail message.
PNGException(java.lang.String detail)
          Creates a PNGException with the given detail message.
 
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
 

Constructor Detail

PNGException

public PNGException()
Creates a PNGException with no detail message.


PNGException

public PNGException(java.lang.String detail)
Creates a PNGException with the given detail message.