ar.com.hjg.pngj
Class PngjOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ar.com.hjg.pngj.PngjException
                  extended by ar.com.hjg.pngj.PngjOutputException
All Implemented Interfaces:
java.io.Serializable

public class PngjOutputException
extends PngjException

Exception thrown by writing process

See Also:
Serialized Form

Constructor Summary
PngjOutputException(java.lang.String message)
           
PngjOutputException(java.lang.String message, java.lang.Throwable cause)
           
PngjOutputException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PngjOutputException

public PngjOutputException(java.lang.String message)

PngjOutputException

public PngjOutputException(java.lang.String message,
                           java.lang.Throwable cause)

PngjOutputException

public PngjOutputException(java.lang.Throwable cause)