package robot.exceptions; public class RobotIllegalStateException extends RobotException{ public RobotIllegalStateException(robotExceptions type, String errormessage){ super(type, errormessage); } }