Exception: RLTK::UselessParserException
- Inherits:
-
Exception
- Object
- Exception
- RLTK::UselessParserException
- Defined in:
- lib/rltk/parser.rb
Overview
Used to indicate that a parser is empty or hasn’t been finalized.
Instance Method Summary collapse
-
#initialize ⇒ UselessParserException
constructor
Sets the error messsage for this exception.
Constructor Details
#initialize ⇒ UselessParserException
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 |