com.gams.api.GAMSOptions.EErrMsg Enum Reference
Placing of compilation error messages. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated ErrMsg. | |
Static Public Member Functions | |
static EErrMsg | lookup (int val) |
Lookup all errMsgs. | |
Public Attributes | |
EndOfCompilerListing =(0) | |
Place error messages at the end of compiler listing. | |
FollowingError =(1) | |
Place error messages immediately following the line with the error. | |
Suppress =(2) | |
Suppress error messages. | |
UndefinedErrMsg =(3) | |
Undefined ErrMsg. | |
Detailed Description
Placing of compilation error messages.
Member Function Documentation
◆ lookup()
|
static |
Lookup all errMsgs.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated ErrMsg that has the specified value, or UndefinedErrMsg if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EErrMsg.value | ( | ) |
Get the int value of this enumerated ErrMsg.
- Returns
- the errMsg value
Member Data Documentation
◆ EndOfCompilerListing
com.gams.api.GAMSOptions.EErrMsg.EndOfCompilerListing =(0) |
Place error messages at the end of compiler listing.
◆ FollowingError
com.gams.api.GAMSOptions.EErrMsg.FollowingError =(1) |
Place error messages immediately following the line with the error.
◆ Suppress
com.gams.api.GAMSOptions.EErrMsg.Suppress =(2) |
Suppress error messages.
◆ UndefinedErrMsg
com.gams.api.GAMSOptions.EErrMsg.UndefinedErrMsg =(3) |
Undefined ErrMsg.