net.grelf.image
Class NoImageException

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

public class NoImageException
extends java.lang.Exception

For use when no image is found in a file when one is expected.

See Also:
Serialized Form

Constructor Summary
NoImageException(java.lang.String msg)
           
 
Method Summary
 void warnAndLog()
          Tell the user, and log the fact, that no image was found in a file, giving its name.
 
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

NoImageException

public NoImageException(java.lang.String msg)
Method Detail

warnAndLog

public void warnAndLog()
Tell the user, and log the fact, that no image was found in a file, giving its name.