• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

JavaContainerError.idl

Go to the documentation of this file.
00001 #ifndef  _JavaContainerError_IDL_
00002 #define  _JavaContainerError_IDL_
00003         
00004 /*******************************************************************************
00005 * ALMA - Atacama Large Millimiter Array
00006 * (c) European Southern Observatory, 2003 
00007 *
00008 *This library is free software; you can redistribute it and/or
00009 *modify it under the terms of the GNU Lesser General Public
00010 *License as published by the Free Software Foundation; either
00011 *version 2.1 of the License, or (at your option) any later version.
00012 *
00013 *This library is distributed in the hope that it will be useful,
00014 *but WITHOUT ANY WARRANTY; without even the implied warranty of
00015 *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016 *Lesser General Public License for more details.
00017 *
00018 *You should have received a copy of the GNU Lesser General Public
00019 *License along with this library; if not, write to the Free Software
00020 *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
00021 *
00022 * "@(#) $Id: AES2IDL.xslt,v 1.9 2007/05/23 08:55:56 nbarriga Exp $"
00023 *************  THIS FILE IS AUTOMATICALLY GENERATED !!!!!!
00024 */
00025 
00026 #include <acserr.idl>
00027 
00028 #pragma prefix "alma"
00029         
00030 module ACSErr 
00031 {
00032         // type
00033         const ACSErr::ACSErrType JavaContainerError = 6666;
00034 }; // module ACSErr
00035 
00036 module JavaContainerError
00037 {
00038          const ACSErr::ErrorCode ContainerServices = 0;
00039          const ACSErr::ErrorCode JavaComponentHelper = 1;
00040          const ACSErr::ErrorCode Container = 2;
00041         
00042         // excption for type:
00043         exception JavaContainerErrorEx {
00044                 ACSErr::ErrorTrace errorTrace;  
00045         };
00046         
00047         // excptions for codes:
00048         exception ContainerServicesEx {
00049                 ACSErr::ErrorTrace errorTrace;  
00050         };
00051         
00052         exception JavaComponentHelperEx {
00053                 ACSErr::ErrorTrace errorTrace;  
00054         };
00055         
00056         exception ContainerEx {
00057                 ACSErr::ErrorTrace errorTrace;  
00058         };
00059         
00060         
00061 }; // module JavaContainerError
00062 
00063 #endif
00064 

Generated on Thu Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0