Class parkingLot.parkingLotUnderFlowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--parkingLot.parkingLotUnderFlowException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
parkingLot

public class parkingLot.parkingLotUnderFlowException
extends java.lang.Exception

An embedded exception class designed for handeling an illegal call to exit.

See Also:
Serialized Form

Field Summary
 parkingLot underflowParkingLot
          This field keeps track of the parking lot that caused the exception
 
Constructor Summary
parkingLot.parkingLotUnderFlowException(parkingLot p)
          The constructor binds underflowParkingLot to the incoming parkingLot object.
 
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
 

Field Detail

underflowParkingLot

public parkingLot underflowParkingLot
This field keeps track of the parking lot that caused the exception

Constructor Detail

parkingLot.parkingLotUnderFlowException

public parkingLot.parkingLotUnderFlowException(parkingLot p)
The constructor binds underflowParkingLot to the incoming parkingLot object.