Error of ACS::cdbErrType

Generated scanning the basedir /alma/ACS-8.1/ACSSW/
Generated at Tue Mar 16 00:08:57 2010


Error name:cdbErrType
Error code: 51
The error is defined in: /alma/ACS-8.1/ACSSW/idl/cdbErrType.xml
IDL
File name:cdbErrType.idl
Module:cdbErrType
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for type:cdbErrType::cdbErrTypeExImpl
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Python imports:import cdbErrTypeImpl
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for type:alma.cdbErrType.cdbErrTypeEx
Exception for type (wrapper):alma.cdbErrType.wrapper.AcsJcdbErrTypeEx

Errors

CouldntReadCDB

Short descriptionCDB data couldn't be read
DescriptionCDB data couldn't be read
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CouldntReadCDB
Exception:CouldntReadCDBEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CouldntReadCDBExImpl
Completion:cdbErrType::CouldntReadCDBCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CouldntReadCDBExImpl()
Catch exception:except cdbErrTypeImpl.CouldntReadCDBEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CouldntReadCDBEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCouldntReadCDBEx

CouldntWriteCDB

Short descriptionCDB data couldn't be written
DescriptionCDB data couldn't be written
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CouldntWriteCDB
Exception:CouldntWriteCDBEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CouldntWriteCDBExImpl
Completion:cdbErrType::CouldntWriteCDBCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CouldntWriteCDBExImpl()
Catch exception:except cdbErrTypeImpl.CouldntWriteCDBEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CouldntWriteCDBEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCouldntWriteCDBEx

CDBRecordIsReadOnly

Short descriptionCDB record is readonly
DescriptionCDB record is readonly
Members
NameTypeDescription
Curl string Curl of the record
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBRecordIsReadOnly
Exception:CDBRecordIsReadOnlyEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBRecordIsReadOnlyExImpl
Completion:cdbErrType::CDBRecordIsReadOnlyCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBRecordIsReadOnlyExImpl()
Catch exception:except cdbErrTypeImpl.CDBRecordIsReadOnlyEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBRecordIsReadOnlyEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBRecordIsReadOnlyEx

CDBFieldIsReadOnly

Short descriptionCDB field is readonly
DescriptionCDB field is readonly
Members
NameTypeDescription
FieldName string Field name
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBFieldIsReadOnly
Exception:CDBFieldIsReadOnlyEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBFieldIsReadOnlyExImpl
Completion:cdbErrType::CDBFieldIsReadOnlyCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBFieldIsReadOnlyExImpl()
Catch exception:except cdbErrTypeImpl.CDBFieldIsReadOnlyEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBFieldIsReadOnlyEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBFieldIsReadOnlyEx

CDBReadoOnlyData

Short descriptionCDB data are readonly
DescriptionCDB data are readonly
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBReadoOnlyData
Exception:CDBReadoOnlyDataEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBReadoOnlyDataExImpl
Completion:cdbErrType::CDBReadoOnlyDataCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBReadoOnlyDataExImpl()
Catch exception:except cdbErrTypeImpl.CDBReadoOnlyDataEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBReadoOnlyDataEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBReadoOnlyDataEx

WrongCDBDataType

Short descriptionWrong CDB data type
DescriptionWrong CDB data type
Members
NameTypeDescription
Value string Value to transform to that data type
DataType string Data type to want to convert
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:WrongCDBDataType
Exception:WrongCDBDataTypeEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::WrongCDBDataTypeExImpl
Completion:cdbErrType::WrongCDBDataTypeCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.WrongCDBDataTypeExImpl()
Catch exception:except cdbErrTypeImpl.WrongCDBDataTypeEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.WrongCDBDataTypeEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJWrongCDBDataTypeEx

CDBRecordAlreadyExists

Short descriptionCDB record already exists
DescriptionCDB record already exists
Members
NameTypeDescription
Curl string Curl of the record
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBRecordAlreadyExists
Exception:CDBRecordAlreadyExistsEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBRecordAlreadyExistsExImpl
Completion:cdbErrType::CDBRecordAlreadyExistsCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBRecordAlreadyExistsExImpl()
Catch exception:except cdbErrTypeImpl.CDBRecordAlreadyExistsEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBRecordAlreadyExistsEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBRecordAlreadyExistsEx

CDBException

Short descriptionUnknow exception
DescriptionUnknow exception
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBException
Exception:CDBExceptionEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBExceptionExImpl
Completion:cdbErrType::CDBExceptionCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBExceptionExImpl()
Catch exception:except cdbErrTypeImpl.CDBExceptionEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBExceptionEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBExceptionEx

CDBFieldDoesNotExist

Short descriptionCDB field does not exist
DescriptionCDB field does not exist
Members
NameTypeDescription
FieldName string Field name
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBFieldDoesNotExist
Exception:CDBFieldDoesNotExistEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBFieldDoesNotExistExImpl
Completion:cdbErrType::CDBFieldDoesNotExistCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBFieldDoesNotExistExImpl()
Catch exception:except cdbErrTypeImpl.CDBFieldDoesNotExistEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBFieldDoesNotExistEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBFieldDoesNotExistEx

CDBRecordDoesNotExist

Short descriptionCDB record does not exist
DescriptionCDB record does not exist
Members
NameTypeDescription
Curl string Curl of the record
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBRecordDoesNotExist
Exception:CDBRecordDoesNotExistEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBRecordDoesNotExistExImpl
Completion:cdbErrType::CDBRecordDoesNotExistCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBRecordDoesNotExistExImpl()
Catch exception:except cdbErrTypeImpl.CDBRecordDoesNotExistEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBRecordDoesNotExistEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBRecordDoesNotExistEx

CDBXMLError

Short descriptionCDB XML error
DescriptionCDB XML error
Members
NameTypeDescription
Filename string Name of the file that fail
Curl string Finded curl
Nodename string Node name
ErrorString string Message, just for old versions
IDL
File name:cdbErrType.idl
Module:cdbErrType
Error code:CDBXMLError
Exception:CDBXMLErrorEx
C++
Include file name:#include <cdbErrType.h>
Namespace:using namespace cdbErrType;
Exception for error:cdbErrType::CDBXMLErrorExImpl
Completion:cdbErrType::CDBXMLErrorCompletion
Library file name:libcdbErrType.so
libcdbErrType.a
Python
Imports:import cdbErrTypeImpl
Raise a local exception:raise cdbErrTypeImpl.CDBXMLErrorExImpl()
Catch exception:except cdbErrTypeImpl.CDBXMLErrorEx, e:
Java
Jar file name:cdbErrType.jar
Packages:import alma.cdbErrType.*;
import alma.cdbErrType.wrapper.*;
Exception for error:alma.cdbErrType.CDBXMLErrorEx
Exception for error (wrapper):alma.cdbErrType.wrapper.AcsJCDBXMLErrorEx

Codes

No codes defined

XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd"
      name="cdbErrType"
      type="51"
      _prefix="alma"
>
	<ErrorCode name="CouldntReadCDB"
	           shortDescription="CDB data couldn't be read"
		   description="CDB data couldn't be read"
	/>
	<ErrorCode name="CouldntWriteCDB"
	           shortDescription="CDB data couldn't be written"
		   description="CDB data couldn't be written"
	/>
	<ErrorCode name="CDBRecordIsReadOnly"
	           shortDescription="CDB record is readonly"
		   description="CDB record is readonly"	>
		<Member name="Curl" 
			type="string"
			description="Curl of the record"
		/>
	</ErrorCode>
	<ErrorCode name="CDBFieldIsReadOnly"
	           shortDescription="CDB field is readonly"
		   description="CDB field is readonly"	>
		<Member name="FieldName" 
			type="string"
			description="Field name"
		/>
	</ErrorCode>
	<ErrorCode name="CDBReadoOnlyData"
	           shortDescription="CDB data are readonly"
		   description="CDB data are readonly"
	/>
	<ErrorCode name="WrongCDBDataType"
	           shortDescription="Wrong CDB data type"
		   description="Wrong CDB data type"	>
		<Member name="Value"
			type="string"
			description="Value to transform to that data type"
		/>
		<Member name="DataType"
			type="string"
			description="Data type to want to convert"
		/>
	</ErrorCode>
	<ErrorCode name="CDBRecordAlreadyExists"
	           shortDescription="CDB record already exists"
		   description="CDB record already exists">
		<Member name="Curl" 
			type="string"
			description="Curl of the record"
		/>
	</ErrorCode>
	<ErrorCode name="CDBException"
	           shortDescription="Unknow exception"
		   description="Unknow exception"
	/>
	<ErrorCode name="CDBFieldDoesNotExist"
	           shortDescription="CDB field does not exist"
		   description="CDB field does not exist" >
		<Member name="FieldName" 
			type="string"
			description="Field name"
		/>
	</ErrorCode>
	<ErrorCode name="CDBRecordDoesNotExist"
	           shortDescription="CDB record does not exist"
		   description="CDB record does not exist">
		<Member name="Curl" 
			type="string"
			description="Curl of the record"
		/>
	</ErrorCode>
	<ErrorCode name="CDBXMLError"
	           shortDescription="CDB XML error"
		   description="CDB XML error"
	>
		<Member name="Filename" 
			type="string"
			description="Name of the file that fail"
		/>

		<Member name="Curl" 
			type="string"
			description="Finded curl"
		/>
		
		<Member name="Nodename" 
			type="string"
			description="Node name"
		/>
				
		<Member name="ErrorString" 
			type="string"
			description="Message, just for old versions"
		/>

	</ErrorCode>
</Type>


Info and errors

The number is in the corrrect range

The error is not duplicated



Subsystem scanned in 0.290 seconds.