Class lab2ParkingLot.lab2ParkingLotUnderFlowException

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

public class lab2ParkingLot.lab2ParkingLotUnderFlowException
extends java.lang.Exception

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

See Also:
Serialized Form

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

lab2UnderflowParkingLot

public lab2ParkingLot lab2UnderflowParkingLot
This field keeps track of the parking lot that caused the exception

Constructor Detail

lab2ParkingLot.lab2ParkingLotUnderFlowException

public lab2ParkingLot.lab2ParkingLotUnderFlowException(lab2ParkingLot p)
The constructor binds lab2UnderflowParkingLot to the incoming lab2ParkingLot object.