Class Voodoo::Parser::Error
In: voodoo/parser.rb
Parent: StandardError

Base class for errors reported from the parser. This provides methods to get the name of the input being processed, as well as the start_line, start_column, and text of the code that triggered the error.

Methods

new  

Attributes

input_name  [R] 
start_column  [R] 
start_line  [R] 
text  [R] 

Public Class methods

[Validate]