javax.emb
Class FormatFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.MediaFormatException (src)
javax.emb.FormatFeatureException
- All Implemented Interfaces:
- java.io.Serializable
- public class FormatFeatureException
- extends MediaFormatException (src)
This exception is thrown whenever media content matches the overall syntax
defined for a media format, but uses a feature that is not supported by the
media format implementation, for example a specific sub-format. For example,
a format bean for the BMP format that supports Windows BMP format only will
throw such an exception when analyzing a BMP object featuring OS/2 BMP
definitions.
- 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 |
FormatFeatureException
public FormatFeatureException()
- See Also:
javax.emb.MediaFormatException()
FormatFeatureException
public FormatFeatureException(java.lang.String message)
- See Also:
javax.emb.MediaFormatException(String)
FormatFeatureException
public FormatFeatureException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
javax.emb.MediaFormatException(String, Throwable)
FormatFeatureException
public FormatFeatureException(java.lang.Throwable cause)
- See Also:
javax.emb.MediaFormatException(Throwable)