net.jinx.video
Class ImageFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by net.jinx.video.ImageFormatException
All Implemented Interfaces:
java.io.Serializable

public class ImageFormatException
extends java.lang.IllegalArgumentException

This is the Exception thrown if an ImageSaver can't match a supplied format String with one of the ones supported.

API Stability: Alpha; this will probably be moved to a new package specifically for PostProcessors.

See Also:
Serialized Form

Constructor Summary
ImageFormatException()
           
ImageFormatException(java.lang.String s)
           
 
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

ImageFormatException

public ImageFormatException()

ImageFormatException

public ImageFormatException(java.lang.String s)