libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

TemplateParseError Class Reference

TemplateParseError Class Reference

Inherits libuavcan_dsdl_compiler::pyratemp::TemplateException.

Inherited by TemplateIncludeError, and TemplateSyntaxError.

Public Member Functions

def __init__

Detailed Description

Template parsing failed.

Definition at line 336 of file pyratemp.py.


Constructor & Destructor Documentation

def __init__ (   self,
  err,
  errpos 
)
:Parameters:
    - `err`:    error-message or exception to wrap
    - `errpos`: ``(filename,row,col)`` where the error occured.

Definition at line 338 of file pyratemp.py.