Throwable::getLineGets the line on which the object was instantiated Description
public int Throwable::getLine()
Returns the line number where the thrown object was instantiated. ParametersThis function has no parameters. Return ValuesReturns the line number where the thrown object was instantiated. See Also
|