ParkNPark.interfaces
Class AtBottomLevelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by ParkNPark.interfaces.AtBottomLevelException
All Implemented Interfaces:
Serializable, IDLEntity

public final class AtBottomLevelException
extends UserException

ParkNPark/interfaces/AtBottomLevelException.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from server.idl Thursday, May 4, 2006 8:07:47 AM EDT

See Also:
Serialized Form

Field Summary
 int level
          The level that is the lowest level of the lot
 int lot
          The lot that contains the level
 
Constructor Summary
AtBottomLevelException()
           
AtBottomLevelException(int _lot, int _level)
           
AtBottomLevelException(String $reason, int _lot, int _level)
           
 
Method Summary
 
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

lot

public int lot
The lot that contains the level


level

public int level
The level that is the lowest level of the lot

Constructor Detail

AtBottomLevelException

public AtBottomLevelException()

AtBottomLevelException

public AtBottomLevelException(int _lot,
                              int _level)

AtBottomLevelException

public AtBottomLevelException(String $reason,
                              int _lot,
                              int _level)