summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Base/CIAO_Exceptions.idl
blob: 3cb9f6c7c3febb90b7cd2d87ccf68c6461a1d02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @file CIAO_Exceptions.idl
 * @author William R. Otte <wotte@dre.vanderbilt.edu>
 *
 * Exceptions used by the CIAO Container.
 */

module CIAO
{
  exception Installation_Failure
  {
    string name;
    string reason;
  };

  exception InvalidComponent
  {
    string name;
    string reason;
  };
};