javax.emb
Class FormatAlreadyBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.MediaFormatException (src)
javax.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
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 |
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)