Class WeaponTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.errors.WeaponTypeException
All Implemented Interfaces:
Serializable

public class WeaponTypeException extends Exception
This exception is raised when a robot tries to use the wrong kind of weapon.
See Also:
  • Constructor Details

    • WeaponTypeException

      public WeaponTypeException(String message)