ParkNPark.interfaces
Class AtTopLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
ParkNPark.interfaces.AtTopLevelException
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class AtTopLevelException
- extends UserException
ParkNPark/interfaces/AtTopLevelException.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 highest level of the lot |
int |
lot
The lot that contains the level |
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 contains the level
level
public int level
- The level that is the highest level of the lot
AtTopLevelException
public AtTopLevelException()
AtTopLevelException
public AtTopLevelException(int _lot,
int _level)
AtTopLevelException
public AtTopLevelException(String $reason,
int _lot,
int _level)