EGL Java™ runtime error code VGJ0160E

VGJ0160E: Math function %1 failed with error code 8 (domain error).

Explanation

An argument to the function is not valid.

User Response

Do as follows:
  • Change the program logic to ensure that the arguments to the function are valid, as per the function's documentation; or
  • Call the function in a try statement, or set VGVar.handleSysLibraryErrors to 1 before calling the function, so that the program can handle the error.
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.