|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--parkingLot.parkingLotOverFlowException
An embedded exception class designed for handeling an illegal call to enter.
Field Summary | |
parkingLot |
overflowParkingLot
This field keeps track of the parking lot that caused the exception |
Constructor Summary | |
parkingLot.parkingLotOverFlowException(parkingLot p)
The constructor binds overflowParkingLot 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 |
public parkingLot overflowParkingLot
Constructor Detail |
public parkingLot.parkingLotOverFlowException(parkingLot p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |