Class lab2ParkingLot.lab2ParkingLotOverFlowException

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

public class lab2ParkingLot.lab2ParkingLotOverFlowException
extends java.lang.Exception

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

See Also:
Serialized Form

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

lab2OverflowParkingLot

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

Constructor Detail

lab2ParkingLot.lab2ParkingLotOverFlowException

public lab2ParkingLot.lab2ParkingLotOverFlowException(lab2ParkingLot p)
The constructor binds lab2OverflowParkingLot to the incoming lab2ParkingLot object.