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
|
|
Constructor.
|
|
||||||||||||||||
|
Constructor.
|
|
|
Error code. Find a list in ErrorGUI. |
1.4.6-NO