javax.emb
Class FormatFeatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.MediaFormatException (src) 
                  extended byjavax.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

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

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)