ParkNPark.interfaces
Class NotOnExitLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
ParkNPark.interfaces.NotOnExitLevelException
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class NotOnExitLevelException
- extends UserException
ParkNPark/interfaces/NotOnExitLevelException.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 current level |
int |
lot
The lot that the level is in |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
lot
public int lot
- The lot that the level is in
level
public int level
- The current level
NotOnExitLevelException
public NotOnExitLevelException()
NotOnExitLevelException
public NotOnExitLevelException(int _lot,
int _level)
NotOnExitLevelException
public NotOnExitLevelException(String $reason,
int _lot,
int _level)