Exception: RLTK::UselessParserException

Inherits:
Exception
  • Object
show all
Defined in:
lib/rltk/parser.rb

Overview

Used to indicate that a parser is empty or hasn’t been finalized.

Instance Method Summary collapse

Constructor Details

#initializeUselessParserException

Sets the error messsage for this exception.



106
107
108
# File 'lib/rltk/parser.rb', line 106

def initialize
  super('Parser has not been finalized.')
end