Function Cursor.setErrorHandler
Overrides the current error handler with a new one. It will be called whenever a non-fatal error occurs. The default handler abort parsing by throwing an exception.
Prototype
void setErrorHandler(
ErrorHandler handler
);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --