CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
UserException.idl
Go to the documentation of this file.
1
10
#ifndef CARMA_UTIL_USEREXCEPTION_IDL
11
#define CARMA_UTIL_USEREXCEPTION_IDL
12
13
module carma {
14
module util {
15
75
exception
UserException
{
76
string
errorMsg;
77
string
fileName;
78
short
lineNo;
79
};
80
88
exception
CancelException
{
89
string
errorMsg;
90
string
fileName;
91
short
lineNo;
92
};
93
94
};
// End util module
95
};
// End carma module
96
#endif
carma::util::CancelException
Variant used specificaly for cancelling.
Definition:
UserException.idl:88
carma::util::UserException
Generic Carma variant of CORBA::UserException.
Definition:
UserException.idl:75
carma
util
UserException.idl
Generated by
1.8.5