|
Blink API
|
Exception thrown when attempt to parse kernel fails. More...
#include <Blink.h>
Public Member Functions | |
| int | lineNumber () const |
| Line number of first error. | |
| std::string | parseError () const |
| Error generated if line number is valid. | |
Protected Member Functions | |
| ParseException (BlinkRef ref) | |
Friends | |
| void | TranslateBlinkError (BlinkErrorCode errorCode, BlinkErrorRef errorRef) |
Exception thrown when attempt to parse kernel fails.
Exception when kernel parsing fails. This usually results in the ability to identify the location and cause of the exception.
| int Blink::ParseException::lineNumber | ( | ) | const |
Line number of first error.
Line number of first parse error. -1 if not known.
| ©2013 The Foundry Visionmongers, Ltd. All Rights Reserved. |