org.jaudiotagger.tag
Class InvalidFrameIdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaudiotagger.tag.TagException
              extended by org.jaudiotagger.tag.InvalidTagException
                  extended by org.jaudiotagger.tag.InvalidFrameException
                      extended by org.jaudiotagger.tag.InvalidFrameIdentifierException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFrameIdentifierException
extends InvalidFrameException

Thrown if a frame identifier isn't valid.

Version:
$Revision: 1.2 $
Author:
Eric Farng
See Also:
Serialized Form

Constructor Summary
InvalidFrameIdentifierException()
          Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(java.lang.String msg)
          Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(java.lang.String msg, java.lang.Throwable ex)
          Creates a new InvalidFrameIdentifierException datatype.
InvalidFrameIdentifierException(java.lang.Throwable ex)
          Creates a new InvalidFrameIdentifierException datatype.
 
Method Summary
 
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

InvalidFrameIdentifierException

public InvalidFrameIdentifierException()
Creates a new InvalidFrameIdentifierException datatype.


InvalidFrameIdentifierException

public InvalidFrameIdentifierException(java.lang.Throwable ex)
Creates a new InvalidFrameIdentifierException datatype.

Parameters:
ex - the cause.

InvalidFrameIdentifierException

public InvalidFrameIdentifierException(java.lang.String msg)
Creates a new InvalidFrameIdentifierException datatype.

Parameters:
msg - the detail message.

InvalidFrameIdentifierException

public InvalidFrameIdentifierException(java.lang.String msg,
                                       java.lang.Throwable ex)
Creates a new InvalidFrameIdentifierException datatype.

Parameters:
msg - the detail message.
ex - the cause.