TIBCO Adapter SDK C++ Reference
MException
Class Hierarchy | C++ Classes and Methods | Members | Methods
The TIBCO Adapter SDK does not use an exception hierarchy. Instead, information on the type of exception is in the fields of MException.
Remarks
The TIBCO Adapter SDK uses MException internally to signal exceptions, using internally defined messages. Applications can create a subclass of MException to send more user-friendly information, for example, information on how the end user might remedy the problem that was encountered.

Exception types are defined by the application. In contrast to the standard C++ exception class hierarchy, the TIBCO Adapter SDK has only one MException class. Catching an MException object is quite similar to catching other C++ exception objects.

Exceptions
See "Tracing and Exception Handling" in TIBCO Adapter SDK Programmer's Guide for list of exceptions can be raised by the SDK.
Declaration
class MException;
Class Hierarchy
MException
File
MException.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.