javax.emb
Class MediaFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.MediaFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FormatAlreadyBoundException (src) , FormatFeatureException (src) , FormatNotFoundException (src) , FormatSyntaxException (src)

public class MediaFormatException
extends MediaException (src)

This exception is thrown whenever a problem occurs in dealing with a media format. Usually, this exception is not thrown directly. Instead, instances of its subclasses are thrown to indicate a more specific reason for the problem.

See Also:
Serialized Form

Constructor Summary
MediaFormatException()
           
MediaFormatException(java.lang.String message)
           
MediaFormatException(java.lang.String message, java.lang.Throwable cause)
           
MediaFormatException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaFormatException

public MediaFormatException()
See Also:
javax.emb.MediaException()

MediaFormatException

public MediaFormatException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

MediaFormatException

public MediaFormatException(java.lang.String message,
                            java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

MediaFormatException

public MediaFormatException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)