All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.player.PlayerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----guinea.player.PlayerException

public class PlayerException
extends Exception
Thrown to indicate that an error has occured while using the player.


Constructor Index

· PlayerException()
Constructs a PlayerException with no detail message.
· PlayerException(String)
Constructs a PlayerException with the specified detail message.

Constructors

· PlayerException
 public PlayerException()
Constructs a PlayerException with no detail message.

· PlayerException
 public PlayerException(String s)
Constructs a PlayerException with the specified detail message.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index