net.grelf.grip
Class IncompatibleImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grelf.grip.IncompatibleImageException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleImageException
extends java.lang.Exception

May be thrown if an operation cannot be carried out on an image due to some incompatibility (eg, wrong number of bits per channel).

See Also:
Serialized Form

Constructor Summary
IncompatibleImageException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleImageException

public IncompatibleImageException(java.lang.String msg)