roles
Class DuplicateRoleException

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

public class DuplicateRoleException
extends RoleException

This exception class is used to alert a situation, in which a role player should take on a particular role although already playing that role.

See Also:
Serialized Form

Constructor Summary
DuplicateRoleException(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

DuplicateRoleException

public DuplicateRoleException(java.lang.String msg)