ar.com.hjg.pngj
Class PngjInputException

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

public class PngjInputException
extends PngjException

Exception thrown by reading process

See Also:
Serialized Form

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

PngjInputException

public PngjInputException(java.lang.String message)

PngjInputException

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

PngjInputException

public PngjInputException(java.lang.Throwable cause)