ar.com.hjg.pngj
Class PngjException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PngjInputException, PngjOutputException

public class PngjException
extends java.lang.RuntimeException

Generic exception

See Also:
Serialized Form

Constructor Summary
PngjException(java.lang.String message)
           
PngjException(java.lang.String message, java.lang.Throwable cause)
           
PngjException(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

PngjException

public PngjException(java.lang.String message)

PngjException

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

PngjException

public PngjException(java.lang.Throwable cause)