org.farng.mp3
Class TagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.farng.mp3.TagException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidTagException, TagNotFoundException

public class TagException
extends java.lang.Exception

This is the exception that is always generated by any class in these packages.

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

Constructor Summary
TagException()
          Creates a new TagException object.
TagException(java.lang.String message)
          Creates a new TagException object.
TagException(java.lang.String message, java.lang.Throwable exception)
          Creates a new TagException object.
TagException(java.lang.Throwable exception)
          Creates a new TagException object.
 
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

TagException

public TagException()
Creates a new TagException object.


TagException

public TagException(java.lang.Throwable exception)
Creates a new TagException object.


TagException

public TagException(java.lang.String message)
Creates a new TagException object.

Parameters:
message - the detail message.

TagException

public TagException(java.lang.String message,
                    java.lang.Throwable exception)
Creates a new TagException object.