Error::getLineGets the line in which the error occurred Description
final public int Error::getLine()
Get line number where the error occurred. ParametersThis function has no parameters. Return ValuesReturns the line number where the error occurred. Examples
Example #1 Error::getLine example
The above example will output something similar to: The error was created on line: 3 See Also
|