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.



89
90
91
# File 'lib/rltk/parser.rb', line 89

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