net.sf.ext.helliker.id3
Class PlaylistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ext.helliker.id3.ID3Exception
              extended by net.sf.ext.helliker.id3.PlaylistException
All Implemented Interfaces:
java.io.Serializable

public class PlaylistException
extends ID3Exception

Description: This exception is thrown by the Playlist class when an error is encountered while parsing an existing playlist.

Version History
1.3.1 - 2002.1023 by gruni
-Made Sourcecode compliant to the Sun CodingConventions
1.3 - 2002.0318 by helliker
-Inherits from ID3Exception now
1.2 - 2001.1019 by helliker
All set for release.

Version:
1.3.1
Author:
Jonathan Hilliker
See Also:
Serialized Form

Constructor Summary
PlaylistException()
          Create a PlaylistException with a default message
PlaylistException(java.lang.String msg)
          Create an PlaylistException with a specified message
 
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

PlaylistException

public PlaylistException()
Create a PlaylistException with a default message


PlaylistException

public PlaylistException(java.lang.String msg)
Create an PlaylistException with a specified message

Parameters:
msg - the message for this exception