edu.lmu.liftor
Class Place.PlaceFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.lmu.liftor.Place.PlaceFullException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Place

public static class Place.PlaceFullException
extends java.lang.Exception

This exception is thrown whenever a place is unable to accept entry of a new visitor.

See Also:
Serialized Form

Constructor Summary
Place.PlaceFullException()
           
 
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

Place.PlaceFullException

public Place.PlaceFullException()