Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
Represent an exception generated by AMPL
Returns the line number where the exception occurred. Line numbers starts from 1.
An integer representing the line number, or 0 if none is available.
Returns a message for this error.
The error or warning message.
Returns the offset, from the beginning of the last executed group of statements where the exception occurred.
An integer representing the offset, or 0 if none is available.
Returns the name of the source where the exception occurred.
A string containing the name, or null if none is available.
previous
VariableInstance
next
Javadoc