org.iso.mpeg.mpegj.decoder
Class InvalidDecoderPriorityException

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.InvalidDecoderPriorityException

public class InvalidDecoderPriorityException
extends MediaDecoderException

The class InvalidDecoderPriorityException is a subclass of MediaDecoderException. This Exception is thrown by the when a decoder priority is attempted to be set to an invalid value (by the Resource Manager).

See Also:
Serialized Form

Constructor Summary
InvalidDecoderPriorityException()
          Constructs an InvalidDecoderPriorityException with no specified detail message.
InvalidDecoderPriorityException(java.lang.String s)
          Constructs an InvalidDecoderPriorityException 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

InvalidDecoderPriorityException

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

InvalidDecoderPriorityException

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