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. | |
String | sMessage |
Error message. |
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 | ( | ) | [inline] |
Constructor.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
javawrapper::ModelException::ModelException | ( | int | iErrorCode, | |
String | sCallingFunction, | |||
String | sMessage | |||
) | [inline] |
Constructor.
iErrorCode | Error code for the exception. | |
sCallingFunction | The function that threw the error. | |
sMessage | Error message. |
Error code.
Find a list in ErrorGUI.