Error of ACS::JavaContainerError

Generated scanning the basedir /alma/ACS-8.0/ACSSW/
Generated at Thu Apr 30 03:23:08 2009


Error name:JavaContainerError
Error code: 6666
The error is defined in: /alma/ACS-8.0/ACSSW/idl/JavaContainerError.xml
IDL
File name:JavaContainerError.idl
Module:JavaContainerError
C++
Include file name:#include <JavaContainerError.h>
Namespace:using namespace JavaContainerError;
Exception for type:JavaContainerError::JavaContainerErrorExImpl
Library file name:libJavaContainerError.so
libJavaContainerError.a
Python
Python imports:import JavaContainerErrorImpl
Java
Jar file name:JavaContainerError.jar
Packages:import alma.JavaContainerError.*;
import alma.JavaContainerError.wrapper.*;
Exception for type:alma.JavaContainerError.JavaContainerErrorEx
Exception for type (wrapper):alma.JavaContainerError.wrapper.AcsJJavaContainerErrorEx

Errors

ContainerServices

Short descriptionGeneric wrapper for underlying exception
DescriptionThe ContainerServices in the Java container use this type to wrap any other exceptions whose details are not likely to interest the calling component.
Members
NameTypeDescription
ContextInfo string Some text explaining what has happened.
IDL
File name:JavaContainerError.idl
Module:JavaContainerError
Error code:ContainerServices
Exception:ContainerServicesEx
C++
Include file name:#include <JavaContainerError.h>
Namespace:using namespace JavaContainerError;
Exception for error:JavaContainerError::ContainerServicesExImpl
Completion:JavaContainerError::ContainerServicesCompletion
Library file name:libJavaContainerError.so
libJavaContainerError.a
Python
Imports:import JavaContainerErrorImpl
Raise a local exception:raise JavaContainerErrorImpl.ContainerServicesExImpl()
Catch exception:except JavaContainerErrorImpl.ContainerServicesEx, e:
Java
Jar file name:JavaContainerError.jar
Packages:import alma.JavaContainerError.*;
import alma.JavaContainerError.wrapper.*;
Exception for error:alma.JavaContainerError.ContainerServicesEx
Exception for error (wrapper):alma.JavaContainerError.wrapper.AcsJContainerServicesEx

JavaComponentHelper

Short descriptionException thrown by a Java component helper.
DescriptionException thrown by a Java component helper. Don't confuse this with a CORBA IDL generated helper.
Members
NameTypeDescription
ContextInfo string Some text explaining what has happened.
IDL
File name:JavaContainerError.idl
Module:JavaContainerError
Error code:JavaComponentHelper
Exception:JavaComponentHelperEx
C++
Include file name:#include <JavaContainerError.h>
Namespace:using namespace JavaContainerError;
Exception for error:JavaContainerError::JavaComponentHelperExImpl
Completion:JavaContainerError::JavaComponentHelperCompletion
Library file name:libJavaContainerError.so
libJavaContainerError.a
Python
Imports:import JavaContainerErrorImpl
Raise a local exception:raise JavaContainerErrorImpl.JavaComponentHelperExImpl()
Catch exception:except JavaContainerErrorImpl.JavaComponentHelperEx, e:
Java
Jar file name:JavaContainerError.jar
Packages:import alma.JavaContainerError.*;
import alma.JavaContainerError.wrapper.*;
Exception for error:alma.JavaContainerError.JavaComponentHelperEx
Exception for error (wrapper):alma.JavaContainerError.wrapper.AcsJJavaComponentHelperEx

Container

Short descriptionGeneric exception in the container implementation.
DescriptionGeneric exception in the container implementation. Should not be directly visible outside.
Members
NameTypeDescription
ContextInfo string Some text explaining what has happened.
IDL
File name:JavaContainerError.idl
Module:JavaContainerError
Error code:Container
Exception:ContainerEx
C++
Include file name:#include <JavaContainerError.h>
Namespace:using namespace JavaContainerError;
Exception for error:JavaContainerError::ContainerExImpl
Completion:JavaContainerError::ContainerCompletion
Library file name:libJavaContainerError.so
libJavaContainerError.a
Python
Imports:import JavaContainerErrorImpl
Raise a local exception:raise JavaContainerErrorImpl.ContainerExImpl()
Catch exception:except JavaContainerErrorImpl.ContainerEx, e:
Java
Jar file name:JavaContainerError.jar
Packages:import alma.JavaContainerError.*;
import alma.JavaContainerError.wrapper.*;
Exception for error:alma.JavaContainerError.ContainerEx
Exception for error (wrapper):alma.JavaContainerError.wrapper.AcsJContainerEx

Codes

No codes defined

XML

<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- 
	ACS error system definitions for Java container exceptions.
	These exceptions should be used in the Cotainer's interface to its components, 
	or in the internal container implementation classes.
	For the container's interface toward the manager, see maciErrType definitions.
	
	@TODO: eventually consolidate the ContainerServices exceptions in the containers 
	of the different programming languages, and move this file to a more central location.
	
	See http://almasw.hq.eso.org/almasw/bin/view/HLA/CompletionErrorTypes 
-->

<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	  xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd" 
	  name="JavaContainerError"
	  type="6666"
	  _prefix="alma">
	  
	<ErrorCode name="ContainerServices" 
			shortDescription="Generic wrapper for underlying exception" 
			description="The ContainerServices in the Java container use this type to wrap any other exceptions whose details are not likely to interest the calling component.">
			<Member name="ContextInfo" type="string" description="Some text explaining what has happened."/>
	</ErrorCode>

	<ErrorCode name="JavaComponentHelper" 
			shortDescription="Exception thrown by a Java component helper." 
			description="Exception thrown by a Java component helper. Don't confuse this with a CORBA IDL generated helper.">
			<Member name="ContextInfo" type="string" description="Some text explaining what has happened."/>
	</ErrorCode>	
	
	<ErrorCode name="Container" 
			shortDescription="Generic exception in the container implementation." 
			description="Generic exception in the container implementation. Should not be directly visible outside.">
			<Member name="ContextInfo" type="string" description="Some text explaining what has happened."/>
	</ErrorCode>	
	
</Type>



Info and errors

The number is in the corrrect range

The error is not duplicated



Subsystem scanned in 1.185 seconds.