SORTIE Java Interface  1
Public Member Functions | Public Attributes | List of all members
sortie.data.simpletypes.ModelException Class Reference

Model exception class. More...

Inheritance diagram for sortie.data.simpletypes.ModelException:

Public Member Functions

 ModelException ()
 Constructor. More...
 
 ModelException (int iErrorCode, String sCallingFunction, String sMessage)
 Constructor. More...
 

Public Attributes

int iErrorCode
 Error code. More...
 
String sCallingFunction
 The function that threw the error. More...
 

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: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)
February 4, 2008: Updated to conform to Java 6 compliance (LEM)

Constructor & Destructor Documentation

◆ ModelException() [1/2]

sortie.data.simpletypes.ModelException.ModelException ( )

Constructor.

◆ ModelException() [2/2]

sortie.data.simpletypes.ModelException.ModelException ( int  iErrorCode,
String  sCallingFunction,
String  sMessage 
)

Constructor.

Parameters
iErrorCodeError code for the exception.
sCallingFunctionThe function that threw the error.
sMessageError message.

Member Data Documentation

◆ iErrorCode

int sortie.data.simpletypes.ModelException.iErrorCode

Error code.

Find a list in ErrorGUI.

◆ sCallingFunction

String sortie.data.simpletypes.ModelException.sCallingFunction

The function that threw the error.


The documentation for this class was generated from the following file: