net.sourceforge.jiu.codecs

Class UnsupportedCodecModeException


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.
Author:
Marco Schmidt
Since:
0.10.0

Constructor Summary

UnsupportedCodecModeException(String message)

Constructor Details

UnsupportedCodecModeException

public UnsupportedCodecModeException(String message)