Utils.getSystemErrorMessage

Overview | Methods | This Package | All Packages

Utils.getSystemErrorMessage

Retrieves the text associated with the last Win32 error.

Syntax

public static String getSystemErrorMessage()

public static String getSystemErrorMessage( int errorCode )

Parameters

errorCode

The code for the Win32 error that occurred.

Return Value

Returns the text associated with the specified error code.