Package org.apache.derby.iapi.error

Interface Summary
DerbySQLException DerbySQLException should be implemented by Derby's SQLException sub classes to allow the exception handling mechanism to distinguish between ordinary SQLExceptions and Derby generated ones.
ExceptionSeverity This is a refactoring wrapper around the common ExceptionSeverity class and may be removed at some point in the future.
 

Class Summary
ErrorStringBuilder Class used to form error messages.
PublicAPI Class that wraps StandardExceptions in a SQLException.
SQLWarningFactory This class generates SQLWarning instances.
StandardException.BadMessageArgumentException Dummy exception to catch incorrect use of StandardException.newException(), at compile-time.
 

Exception Summary
PassThroughException Unchecked exception class that can be used to pass checked exceptions out of methods that are not declared to throw any checked exception.
ShutdownException A ShutdownException is a runtime exception that is used to notify code that the system has/is being shut down.
StandardException StandardException is the root of all exceptions that are handled in a standard fashion by the database code, mainly in the language code.
 


Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.