org.jaudiotagger.tag
Class EmptyFrameException

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.EmptyFrameException
All Implemented Interfaces:
java.io.Serializable

public class EmptyFrameException
extends InvalidFrameException

Thrown when find a Frame but it contains no data.

Version:
$Revision: 1.4 $
See Also:
Serialized Form

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

EmptyFrameException

public EmptyFrameException()
Creates a new EmptyFrameException datatype.


EmptyFrameException

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

Parameters:
ex - the cause.

EmptyFrameException

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

Parameters:
msg - the detail message.

EmptyFrameException

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

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