class CLTK::HandledError
- CLTK::HandledError
 - Exception
 - Reference
 - Object
 
Overview
An error of this type is raised when the parser encountered a error that was handled by an error production.
Defined in:
cltk/parser/exceptions/handled_error_exception.crConstructors
Instance Method Summary
- 
        #errors : Array(CLTK::Type)
        
          
The errors as reported by the parser.
 - 
        #result : CLTK::Type
        
          
The result that would have been returned by the call to parse.
 
Instance methods inherited from class Object
  
  
    
      in?(collection : Array | Set)
    in?
    
  
    
    
  
Constructor Detail
Instance Method Detail
        
        def errors : Array(CLTK::Type)
        #
      
      
        The errors as reported by the parser.
@return [Array