exceptions
Class RedCarException

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.RedCarException
All Implemented Interfaces:
java.io.Serializable

public class RedCarException
extends RushHourException

Chiefly concerned with the red car and its superiority (namely, placed in the third row).

See Also:
Serialized Form

Constructor Summary
RedCarException()
          The red car must be added to the third row so it can exit.
 
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

RedCarException

public RedCarException()
The red car must be added to the third row so it can exit.