Package AccessEngine :: Package AEDevice :: Package AEInput :: Module AEInputError
[hide private]
[frames] | no frames]

Module AEInputError

source code

Defines a hierarchy of AEInput exceptions that are raised when some device operation fails. A hierarchy of exceptions is used rather than a single exception with various error codes to support the catching of a particular subtree of the hierarchy, a single kind of exception, or all exceptions.


Author: Peter Parente

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License:

The BSD License

All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  AEInputError
Base class for all AEInput related errors.
  InitError
Raised when an input device can not be initialized in some manner.