CARMA C++
carma::util::CancelException Exception Reference

Variant used specificaly for cancelling. More...

import "carma/util/UserException.idl";

Public Attributes

string errorMsg
 
string fileName
 
short lineNo
 

Detailed Description

Variant used specificaly for cancelling.

This allows python (or whoever) to specifically catch a cancellation rather than the generic UserException above. The exception contains member variables only so that it too will conform to CARMA_EXCEPTION semantics as well.

Definition at line 88 of file UserException.idl.


The documentation for this exception was generated from the following file: