SugarUnexpectedTokenException
Overview
Location
- Reference: Sugar
- Namespace: Sugar.Json
- Ancestry: Exception | SugarException | SugarUnexpectedTokenException
Instance Methods
constructor
constructor
SugarUnexpectedTokenException()
init()
SugarUnexpectedTokenException()
Sub New()
constructor (String) (declared in SugarException)
Creates a new instance of the class with specified message.
constructor(aMessage: String)
SugarUnexpectedTokenException(String aMessage)
init(_ aMessage: String)
SugarUnexpectedTokenException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage: The exception message.
constructor (String, array of Object) (declared in SugarException)
Creates a new instance of the class with formated message. Formating performed by the String method.
Parameters:
- aFormat: Format of tje message.
- aParams: Array of objects to format.
constructor (String)
constructor(aMessage: String)
SugarUnexpectedTokenException(String aMessage)
init(_ aMessage: String)
SugarUnexpectedTokenException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
Parameters:
- aFormat:
- aParams: