Overview

Represents exception that is thrown when IO error is occured.

Location

Instance Methods


constructor

Creates a new instance of the class.


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

Parameters:

  • aMessage:

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

Parameters:

  • aFormat:
  • aParams: