SugarStackEmptyException
Overview
Represents exception that is thrown when an operation is performed on an empty Stack<T>.
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException | SugarStackEmptyException
Instance Methods
constructor
Creates a new instance of the class.
SugarStackEmptyException()
SugarStackEmptyException()
constructor(aMessage: String)
SugarStackEmptyException(String aMessage)
SugarStackEmptyException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor(aFormat: String; params aParams: array of Object)
SugarStackEmptyException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
SugarStackEmptyException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())
Parameters:
- aFormat:
- aParams: