javax.emb
Class FormatSyntaxException

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

public class FormatSyntaxException
extends MediaFormatException (src)

This exception is thrown whenever media content does not match the syntax defined for its media format.

See Also:
Serialized Form

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

FormatSyntaxException

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

FormatSyntaxException

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

FormatSyntaxException

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

FormatSyntaxException

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