FantasySportsModule 0.0.2-dev

org.fanfoot.db
Class UnknownPlayerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.fanfoot.db.UnknownPlayerException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPlayerException
extends java.lang.Exception

Thrown when there is an attempt to manipulate a player that does not exist in the databae.

Author:
rgardler
See Also:
Serialized Form

Constructor Summary
UnknownPlayerException()
          Creates a new instance of UnknownPlayerException without detail message.
UnknownPlayerException(java.lang.String msg)
          Constructs an instance of UnknownPlayerException with the specified detail message.
 
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

UnknownPlayerException

public UnknownPlayerException()
Creates a new instance of UnknownPlayerException without detail message.


UnknownPlayerException

public UnknownPlayerException(java.lang.String msg)
Constructs an instance of UnknownPlayerException with the specified detail message.

Parameters:
msg - the detail message.

FantasySportsModule 0.0.2-dev

Copyright © 2003 We know What you Want.net. All Rights Reserved.