CARMA C++
|
Variant used specificaly for cancelling. More...
import "carma/util/UserException.idl";
Public Attributes | |
string | errorMsg |
string | fileName |
short | lineNo |
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.