Public Member Functions | |
ModelException () | |
Constructor. | |
ModelException (int iErrorCode, String sCallingFunction, String sMessage) | |
Constructor. | |
Public Attributes | |
int | iErrorCode |
Error code. | |
String | sCallingFunction |
The function that threw the error. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
This is what will be thrown by application functions. Other types of exceptions are wrapped in this class. This has the same structure as the C++ error structure.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.ModelException.ModelException | ( | ) |
Constructor.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
javawrapper.ModelException.ModelException | ( | int | iErrorCode, | |
String | sCallingFunction, | |||
String | sMessage | |||
) |
Constructor.
iErrorCode | Error code for the exception. | |
sCallingFunction | The function that threw the error. | |
sMessage | Error message. |
final long javawrapper.ModelException.serialVersionUID = 1 [static, package] |
Error code.
Find a list in ErrorGUI.
The function that threw the error.