Calitha GOLD Parser Engine Documentation

ParserException Class

ParserException is throws when an unexpected situation occurs while parsing. For example if the LALR parser is in a state where no actions can be taken.

For a list of all members of this type, see ParserException Members.

System.Object
   System.Exception
      System.ApplicationException
         com.calitha.goldparser.ParserException

public class ParserException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.calitha.goldparser

Assembly: GoldParserEngine (in GoldParserEngine.dll)

See Also

ParserException Members | com.calitha.goldparser Namespace