dLife Home Page

dlife.robot.player
Class PlayerColorInformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PlayerColorInformationException(String msg)
          Create a new PlayerColorInformationException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerColorInformationException

public PlayerColorInformationException(String msg)
Create a new PlayerColorInformationException.

Parameters:
msg - the exception message

dLife Home Page