javax.emb
Class FormatAlreadyBoundException

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

public class FormatAlreadyBoundException
extends MediaFormatException (src)

This exception is thrown whenever a media format cannot be bound to the media format registry because another media format instance is already bound for the file extension specified.

See Also:
Serialized Form

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

FormatAlreadyBoundException

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

FormatAlreadyBoundException

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

FormatAlreadyBoundException

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

FormatAlreadyBoundException

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