StepReadException constructor

init

Constructs a new instance of StepReadException

def __init__(self, message, line, column):
    ...
ParameterTypeDescription
messagestr
lineint
columnint

See Also