Exception Class

class ZlibException

public class ZlibException <: Exception {
    public init(message: String)
}

Description: Indicates the exception class of the zlib package.

Parent Type:

init(String)

public init(message: String)

Description: Creates a ZlibException instance based on exception information:

Parameters:

  • message: String: error information