exceptions
Class VehicleDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by exceptions.RushHourException
                  extended by exceptions.VehicleDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class VehicleDoesNotExistException
extends RushHourException

Chiefly concerned with vehicles that are searched for but do not actually exist.

See Also:
Serialized Form

Constructor Summary
VehicleDoesNotExistException()
          The first vehicle must be the red car.
 
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

VehicleDoesNotExistException

public VehicleDoesNotExistException()
The first vehicle must be the red car.