org.iso.mpeg.mpegj.resource
Class ResourceManagerNotFoundException

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

public class ResourceManagerNotFoundException
extends MPEGJException

The class ResourceManagerNotFoundException is a subclass of MPEGJException. This Exception is thrown by the method getRM() of MpegjTerminal.

See Also:
Serialized Form

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

ResourceManagerNotFoundException

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

ResourceManagerNotFoundException

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