javawrapper::ModelException Class Reference

Model exception class. More...

List of all members.

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.


Detailed Description

Model exception class.

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

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

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.

Parameters:
iErrorCode Error code for the exception.
sCallingFunction The function that threw the error.
sMessage Error message.


Member Data Documentation

int javawrapper::ModelException::iErrorCode

Error code.

Find a list in ErrorGUI.

String javawrapper::ModelException::sCallingFunction

The function that threw the error.


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:34:54 2007 for SORTIE Java Interface by  doxygen 1.5.2