Spatial DataBlade
JAVA API v8.21

Uses of Interface
com.ibm.spatial.ErrorHandler

Packages that use ErrorHandler
com.ibm.spatial Provides classes necessary to manage the IBM Informix Spatial DataBlade API and to modify default behaviors. 
com.ibm.spatial.util Contains miscellaneous utility classes (localization, logging, error reporting, and library configuration constants). 
 

Uses of ErrorHandler in com.ibm.spatial
 

Methods in com.ibm.spatial that return ErrorHandler
static ErrorHandler SpatialManager.getErrorHandler()
          Returns the current error handler.
 

Methods in com.ibm.spatial with parameters of type ErrorHandler
static void SpatialManager.setErrorHandler(ErrorHandler handler)
          Sets the error handler.
 

Uses of ErrorHandler in com.ibm.spatial.util
 

Classes in com.ibm.spatial.util that implement ErrorHandler
 class HandlerImpl
          Default implementations of the ErrorHandler and LogHandler interfaces.
 

Methods in com.ibm.spatial.util that return ErrorHandler
 ErrorHandler ErrorReporter.getHandler()
          Returns the current error handler.
 

Methods in com.ibm.spatial.util with parameters of type ErrorHandler
 void ErrorReporter.setHandler(ErrorHandler handler)
          Sets the error handler.
 

Constructors in com.ibm.spatial.util with parameters of type ErrorHandler
ErrorReporter(ErrorHandler handler, MessageProvider messages, MessageProvider implementationMessages)
           
 


Spatial DataBlade
JAVA API v8.21


Licensed Materials - Property of IBM
Copyright IBM Corp. 2002, 2012 All Rights Reserved.