TIBCO Adapter SDK C++ Reference
MException Members
MException | Legend
Members
Methods
Method Description
~MException Destructor.
= Assignment operator. Upon completion, the left side is an independent copy of the MException instance on the right.
== Compare two instances of MException for equality.
getCategory Return the category associated with this exception.
getClassName Return the string “MException” if called for an instance of MException.
getDescription If bVerbose is false (the default), returns the description for this exception. If bVerbose is true, returns the description, the file information, and the line information if supplied in the constructor.

Most of the available constructors require a description.

getErrorCode Get the error code of the exception.
getFileName Return the name of the source file in which this exception occurred.

The code fragment responsible for throwing the MException object must have supplied the filename when the constructor was called.

getLine Return the line number in the source file at which the exception occurred.

The code fragment responsible for throwing the MException object must have supplied the line number when the constructor was called.

getRole Return the role name associated with this exception.
isCode Determine whether the specified code is the error code of the exception.
isNull Return Mtrue if and only if this exception returns 0.
MException Creates an instance of this exception. This form creates an exception without any prespecified information.
MException Creates an instance of this exception.
MException Creates an instance of this exception.
MException Creates an instance of this exception.
toString Write the contents of this exception to an MString.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.