History log of /seL4-camkes-master/projects/camkes-tool/camkes/parser/exception.py
Revision Date Author Comments
# 135a5447 30-Aug-2018 Kofi Doku Atuah <Kofidoku.atuah@data61.csiro.au>

Parser: Exceptions: Add exceptions specific the DTB binding syntax

The reason why these are necessary is that the test framework (testexamples.py)
checks for failures in the "bad" tests by looking for categories of exceptions.

In order to distinguish the DTB Binding exceptions from the other exceptions and
keep the tests clean, it was necessary to add a new set of exceptions which all derive
from a common base class.


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 16c8067e 15-Jan-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Pass column and source information to CAmkESError.

Not used as yet.


# 3d283181 15-Jan-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Allow ParseError to accept a full SourceLocation.

This has no immediate effect for now, but opens the way to using column
information in future.


# 0d5b749c 15-Jan-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Consolidate error formating logic in CAmkESError.


# e3eea674 15-Jan-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Make all CAmkES errors inherit from CAmkESError.

No additional functionality or consolidation as yet.


# bacfebce 27-Oct-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Refactored parser init commit.