Overview

Represents exception that is thrown when wrong format is used.

Location

Instance Methods


constructor

Creates a new instance of the class.


constructor(aMessage: String)
SugarFormatException(String aMessage)
SugarFormatException(String aMessage)
Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor(aFormat: String; params aParams: array of Object)
SugarFormatException(String aFormat, params Object[] aParams)
init(_ aFormat: String, _ aParams: Object...)
SugarFormatException(String aFormat, Object[]... aParams)
Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams: