Class Hierarchy        Index

Class COM.cloudscape.types.TypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----COM.cloudscape.types.TypeException

public class TypeException
extends Exception
Copyright © 1997-1999, Cloudscape, Inc. All rights reserved.

A TypeException is thrown by types in this package to signal failure to perform their actions.

Messages are not currently localized.


Method Index

 o missingDependable(String)
Generates a TypeException for signalling that a DependableFinder could not look up its associated Dependable.
 o noUUIDFactory()
Generates a TypeException for signalling that no UUID Factory could be located.
 o unableToDetermineReadOnly()
Generates a TypeException for signalling that we were unable to determine whether the current database was read only.

Methods

 o unableToDetermineReadOnly
 public static TypeException unableToDetermineReadOnly()
Generates a TypeException for signalling that we were unable to determine whether the current database was read only. May be due to running the method on the client side, or passing in a connection other than the current one.

 o noUUIDFactory
 public static TypeException noUUIDFactory()
Generates a TypeException for signalling that no UUID Factory could be located. This means that UUIDs can be read out of the database and compared, but cannot be created to be inserted into the database. A UUID Factory is only available if Cloudscape is running as an embedded database in the current application.

 o missingDependable
 public static TypeException missingDependable(String furtherInformation)
Generates a TypeException for signalling that a DependableFinder could not look up its associated Dependable.


  Class Hierarchy        Index