PathError#

exception ansys.scade.pyalmgw.llrs.PathError(path, message, **kwargs)#

Bases: BaseException

Exception for erroneous paths in schemas.

Initialize self. See help(type(self)) for accurate signature.

Overview#

__str__

Return the string representation of the exception.

Import detail#

from ansys.scade.pyalmgw.llrs import PathError

Attribute detail#

PathError.message#
PathError.path#

Method detail#

PathError.__str__() str#

Return the string representation of the exception.