10 date 2008.04.02.02.51.27; author rmh3093; state Exp;
26 * TankFarmException.java
36 * This class defines the object to be thrown by a TankFarm object when it
37 * detects a constructor error.
41 public class TankFarmException extends Exception {
44 * Constructor for the TankFarmException class. TankFarm objects will
45 * generate exceptions of this object type when a negative tank count is
48 * @@param message The string object used to construct the superclass
51 public TankFarmException(String message) {