Overview | Methods | Fields | This Package | All Packages
Creates a WFCWin32Exception object.
Syntax
public WFCWin32Exception()
public WFCWin32Exception( int error )
public WFCWin32Exception( int error, String message )
Parameters
error
The Win32 error code to be associated with this exception.
message
The message to be displayed when the exception is thrown.
Remarks
If no error code is specified, the exception contains the last Win32 error reported by J/Direct. If no message is specified, the exception uses the Win32 error message associated with the error code.