UnwantedTokenException Class

Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime

Inheritance

Inherits from: MismatchedTokenException

Constructors

Constructor Description
UnwantedTokenException()  
UnwantedTokenException(string message)  
UnwantedTokenException(string message, Exception innerException)  
UnwantedTokenException(int expecting, IIntStream input)  
UnwantedTokenException(SerializationInfo info, StreamingContext context)  
UnwantedTokenException(int expecting, IIntStream input, IList tokenNames)  
UnwantedTokenException(string message, int expecting, IIntStream input, IList tokenNames)  
UnwantedTokenException(string message, int expecting, IIntStream input, IList tokenNames, Exception innerException)  

UnwantedTokenException()


UnwantedTokenException(message: string)

Parameters

  • message (string)

UnwantedTokenException(message: string, innerException: Exception)

Parameters

  • message (string)
  • innerException (Exception)

UnwantedTokenException(expecting: int, input: IIntStream)

Parameters


UnwantedTokenException(info: SerializationInfo, context: StreamingContext)

Parameters

  • info (SerializationInfo)
  • context (StreamingContext)

UnwantedTokenException(expecting: int, input: IIntStream, tokenNames: IList)

Parameters

  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)

UnwantedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList)

Parameters

  • message (string)
  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)

UnwantedTokenException(message: string, expecting: int, input: IIntStream, tokenNames: IList, **innerException**: Exception)

Parameters

  • message (string)
  • expecting (int)
  • input (IIntStream)
  • tokenNames (IList)
  • innerException (Exception)

Methods

Method Returns Description
ToString string  

Method Details

ToString

ToString(): string

Returns string