Package net.sourceforge.jiu.codecs
Class UnsupportedCodecModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jiu.ops.OperationFailedException
net.sourceforge.jiu.codecs.UnsupportedCodecModeException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCodecModeException
-