ar.com.hjg.pngj
Class PngjUnsupportedException

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

public class PngjUnsupportedException
extends java.lang.RuntimeException

Exception thrown because of some valid feature of PNG standard that this library does not support

See Also:
Serialized Form

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

PngjUnsupportedException

public PngjUnsupportedException()

PngjUnsupportedException

public PngjUnsupportedException(java.lang.String message)

PngjUnsupportedException

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

PngjUnsupportedException

public PngjUnsupportedException(java.lang.Throwable cause)