monrovia.server.core
Class NoSuchPlayerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--monrovia.server.core.NoSuchPlayerException

public class NoSuchPlayerException
extends java.lang.Exception

Exception to throw when there is no such player.


Constructor Summary
NoSuchPlayerException()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPlayerException

public NoSuchPlayerException()