dlife.robot.player
Class PlayerColorInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dlife.robot.player.PlayerColorInformationException
- All Implemented Interfaces:
- Serializable
public class PlayerColorInformationException
- extends RuntimeException
Exception that is thrown when an error reading the 'rgb.txt' file that
Player/Stage stores its color information in. This should be located in
/usr/X11R6/lib/X11/rgb.txt
- Version:
- Feb. 04, 2010
- Author:
- Russell Toris, Dickinson College
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlayerColorInformationException
public PlayerColorInformationException(String msg)
- Create a new PlayerColorInformationException.
- Parameters:
msg - the exception message