The SpatialManager Class

The SpatialManager class provides methods that support error reporting and logging.

The following classes are used by the SpatialManager class to report errors and log messages:
  • ErrorHandler
  • ErrorReporter
  • Logger
  • LogHandler
  • LogRecord
  • MessageProvider
  • SpatialException
The ErrorHandler class defines an interface for error notification. If you want to implement customized error handling in your spatial application, you must implement this interface and register an instance with the SpatialManager. The Java™ API will then notify the application through this interface before reporting different types of errors.

Copyright© 2019 HCL Technologies Limited