org.iso.mpeg.mpegj.decoder
Class InvalidDecoderModeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.decoder.MediaDecoderException
                          |
                          +--org.iso.mpeg.mpegj.decoder.InvalidDecoderModeException

public class InvalidDecoderModeException
extends MediaDecoderException

The class InvalidDecoderModeException is a subclass of MediaDecoderException. This Exception is thrown by the when a decoder mode is attempted to be set to an invalid value (by the Media APIs).

See Also:
Serialized Form

Constructor Summary
InvalidDecoderModeException()
          Constructs an InvalidDecoderModeException with no specified detail message.
InvalidDecoderModeException(java.lang.String s)
          Constructs an InvalidDecoderModeException with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDecoderModeException

public InvalidDecoderModeException()
Constructs an InvalidDecoderModeException with no specified detail message.

InvalidDecoderModeException

public InvalidDecoderModeException(java.lang.String s)
Constructs an InvalidDecoderModeException with a detailed message.