Throwable::getLine

Gets the line on which the object was instantiated

Description

public int Throwable::getLine()

Returns the line number where the thrown object was instantiated.

Parameters

This function has no parameters.

Return Values

Returns the line number where the thrown object was instantiated.

See Also

  • Exception::getLine