roles
Class NoSuchRoleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--roles.RoleException
                    |
                    +--roles.NoSuchRoleException

public class NoSuchRoleException
extends RoleException

This exception class is used to alert a situation, in which a role player should switch to a role that it does not currently play.

See Also:
Serialized Form

Constructor Summary
NoSuchRoleException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRoleException

public NoSuchRoleException(java.lang.String msg)