SugarArgumentNullException
Overview
Represents exception that is thrown when one of the arguments provided to a method is null.
Location
- Reference: Sugar
- Namespace: Sugar
- Ancestry: Exception | SugarException | SugarArgumentException | SugarArgumentNullException
Class Methods
RaiseIfNil
Raises exception if specified parameter is nil.
Parameters:
- Value: Parameter to check.
- Name: Name of the parameter.
Instance Methods
constructor (declared in SugarArgumentException)
Creates a new instance of the class.
constructor
SugarArgumentNullException()
init()
SugarArgumentNullException()
Sub New()
constructor (String)
constructor(aMessage: String)
SugarArgumentNullException(String aMessage)
init(_ aMessage: String)
SugarArgumentNullException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor (String, array of Object) (declared in SugarArgumentException)
Parameters:
- aFormat:
- aParams: