org.iso.mpeg.mpegj.resource
Class CapabilityManagerNotFoundException

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

public class CapabilityManagerNotFoundException
extends MPEGJException

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

See Also:
Serialized Form

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

CapabilityManagerNotFoundException

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

CapabilityManagerNotFoundException

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