src.tlan.tarlanError

Exceptions

TarlanError

Exception raised when there are errors in parsing a tarlan file

TarlanWarning

Warning raised when tarlan file has unclear commands.

Module Contents

exception src.tlan.tarlanError.TarlanError(msg, line_number=0)

Bases: Exception

Exception raised when there are errors in parsing a tarlan file

Parameters:
  • msg (str)

  • line_number (int)

exception src.tlan.tarlanError.TarlanWarning(msg, line_number=0)

Bases: UserWarning

Warning raised when tarlan file has unclear commands.

Parameters:
  • msg (str)

  • line_number (int)