JIU 0.14.3

net.sourceforge.jiu.codecs
Class UnsupportedCodecModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jiu.ops.OperationFailedException
              extended by net.sourceforge.jiu.codecs.UnsupportedCodecModeException
All Implemented Interfaces:
Serializable

public class UnsupportedCodecModeException
extends OperationFailedException

This exception is thrown when a codec does not support the codec mode wanted by the user. Example: A user gives an OutputStream to a codec, indicating that an image is to be saved, but the codec only supports loading.

Since:
0.10.0
Author:
Marco Schmidt
See Also:
Serialized Form

Constructor Summary
UnsupportedCodecModeException(String message)
           
 
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

UnsupportedCodecModeException

public UnsupportedCodecModeException(String message)

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt