javax.emb
Class FormatNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.MediaFormatException (src) 
                  extended byjavax.emb.FormatNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FormatNotFoundException
extends MediaFormatException (src)

This exception is thrown whenever a media format cannot be determined. Usually the media format registry throws this exception.

See Also:
Serialized Form

Constructor Summary
FormatNotFoundException()
           
FormatNotFoundException(java.lang.String message)
           
FormatNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
FormatNotFoundException(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

FormatNotFoundException

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

FormatNotFoundException

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

FormatNotFoundException

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

FormatNotFoundException

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