dbXML API

Uses of Class
com.dbxml.db.core.extension.ExtensionException

Packages that use ExtensionException
com.dbxml.db.core.extension Defines the dbXML Extension interface and implements ExtensionManager, a reflection/invokation system and a Simple Extension implementation. 
 

Uses of ExtensionException in com.dbxml.db.core.extension
 

Subclasses of ExtensionException in com.dbxml.db.core.extension
 class CannotCreateException
          A CannotCreateException is thrown if an Extension cannot be properly created in the server context for some reason.
 class ClassFormatException
          A ClassFormatException is thrown if an Extension exposes overloaded methods or other non-supported signatures.
 class DuplicateObjectException
          A DuplicateObjectException is thrown if an Extension create attempt duplicates an existing Extension.
 class ExtensionRuntimeException
          A ExtensionRuntimeException is thrown if an uncaught Exception occurs while executing an Extension's method.
 class InvalidContextException
          A InvalidContextException is thrown if an Extension does not belong to a specified context.
 class MethodNotFoundException
          A MethodNotFoundException is thrown by the Reflector if a method lookup failes on an Extension.
 


dbXML API

Copyright (c) 2004 The dbXML Group