org.iso.mpeg.mpegj.resource
Class RendererNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.resource.RendererNotFoundException

public class RendererNotFoundException
extends MPEGJException

The class RendererNotFoundException is a subclass of MPEGJException. This Exception is thrown by the method getRenderer() of Resource Manager.

See Also:
Serialized Form

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

RendererNotFoundException

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

RendererNotFoundException

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