org.iso.mpeg.mpegj
Class MPEGJException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
Direct Known Subclasses:
AccessLayerException, BadNodeException, BadParameterException, CapabilityManagerNotFoundException, IllegalDecoderMediaEventsException, IllegalRendererMediaEventsException, IllegalStreamMediaEventsException, InvalidNodeException, InvalidSceneException, MediaDecoderException, RendererNotFoundException, ResourceManagerNotFoundException

public class MPEGJException
extends java.lang.Exception

The class MPEGJException is a subclass of java.lang.Exception and is the parent of all MPEG-J Exceptions.

See Also:
Serialized Form

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

MPEGJException

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

MPEGJException

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