SugarException
Overview
Base class for Sugar exceptions.
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException
Instance Methods
constructor
Creates a new instance of the class.
constructor
SugarException()
init()
SugarException()
Sub New()
constructor (String)
Creates a new instance of the class with specified message.
constructor(aMessage: String)
SugarException(String aMessage)
init(_ aMessage: String)
SugarException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage: The exception message.
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.
- HttpException
- SugarAppContextMissingException
- SugarArgumentException
- SugarFileNotFoundException
- SugarFormatException
- SugarInvalidOperationException
- SugarInvalidTokenException
- SugarInvalidValueException
- SugarIOException
- SugarKeyNotFoundException
- SugarNotImplementedException
- SugarNotSupportedException
- SugarStackEmptyException
- SugarUnexpectedTokenException