Error of ACS::ExmplErrType

Generated scanning the basedir ../../../../ACS/
Generated at Mon May 4 08:30:29 2015


Error name:ExmplErrType
Error code: 900902
The error is defined in: ../../../../ACS/LGPL/CommonSoftware/acserr/ws/idl/ExmplErrType.xml
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
C++
Include file name:#include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Exception for type:ExmplErrType::ExmplErrTypeExImpl
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Python imports:import ExmplErrTypeImpl
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;
Exception for type:alma.ExmplErrType.ExmplErrTypeEx
Exception for type (wrapper):alma.ExmplErrType.wrapper.AcsJExmplErrTypeEx

Errors

PointingFailure

Short descriptionPointing Failure
DescriptionPointing can not be executed
Members
NameTypeDescription
Azimuth double Azimuth
Elevation double Elevation
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
Error code:PointingFailure
Exception:PointingFailureEx
C++
Include file name:#include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Exception for error:ExmplErrType::PointingFailureExImpl
Completion:ExmplErrType::PointingFailureCompletion
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Imports:import ExmplErrTypeImpl
Raise a local exception:raise ExmplErrTypeImpl.PointingFailureExImpl()
Catch exception:except ExmplErrTypeImpl.PointingFailureEx, e:
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;
Exception for error:alma.ExmplErrType.PointingFailureEx
Exception for error (wrapper):alma.ExmplErrType.wrapper.AcsJPointingFailureEx

PositionNotObtained

Short descriptionPosition not obtained
DescriptionPosition of the object can not be obtained
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
Error code:PositionNotObtained
Exception:PositionNotObtainedEx
C++
Include file name:#include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Exception for error:ExmplErrType::PositionNotObtainedExImpl
Completion:ExmplErrType::PositionNotObtainedCompletion
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Imports:import ExmplErrTypeImpl
Raise a local exception:raise ExmplErrTypeImpl.PositionNotObtainedExImpl()
Catch exception:except ExmplErrTypeImpl.PositionNotObtainedEx, e:
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;
Exception for error:alma.ExmplErrType.PositionNotObtainedEx
Exception for error (wrapper):alma.ExmplErrType.wrapper.AcsJPositionNotObtainedEx

RecordNotFound

Short descriptionRecord Not Found
DescriptionRecord can not be found
Members
NameTypeDescription
RecordName string Record name
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
Error code:RecordNotFound
Exception:RecordNotFoundEx
C++
Include file name:#include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Exception for error:ExmplErrType::RecordNotFoundExImpl
Completion:ExmplErrType::RecordNotFoundCompletion
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Imports:import ExmplErrTypeImpl
Raise a local exception:raise ExmplErrTypeImpl.RecordNotFoundExImpl()
Catch exception:except ExmplErrTypeImpl.RecordNotFoundEx, e:
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;
Exception for error:alma.ExmplErrType.RecordNotFoundEx
Exception for error (wrapper):alma.ExmplErrType.wrapper.AcsJRecordNotFoundEx

ErrorWOException

Short descriptionError w/o exception
DescriptionAn example of error w/o exception
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
Error code:ErrorWOException
Exception:ErrorWOExceptionEx
C++
Include file name:#include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Exception for error:ExmplErrType::ErrorWOExceptionExImpl
Completion:ExmplErrType::ErrorWOExceptionCompletion
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Imports:import ExmplErrTypeImpl
Raise a local exception:raise ExmplErrTypeImpl.ErrorWOExceptionExImpl()
Catch exception:except ExmplErrTypeImpl.ErrorWOExceptionEx, e:
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;
Exception for error:alma.ExmplErrType.ErrorWOExceptionEx
Exception for error (wrapper):alma.ExmplErrType.wrapper.AcsJErrorWOExceptionEx

Codes

PointingInProgress

Short descriptionPointing in progress
DescriptionPointing in progress
IDL
File name:ExmplErrType.idl
Module:ExmplErrType
Error code:PointingInProgress
C++
Include file name:include <ExmplErrType.h>
Namespace:using namespace ExmplErrType;
Completion:ExmplErrType::PointingInProgressCompletion
Library file name:libExmplErrType.so
libExmplErrType.a
Python
Imports:import ExmplErrTypeImpl
Java
Jar file name:ExmplErrType.jar
Packages:import alma.ExmplErrType.*;
import alma.ExmplErrType.wrapper.*;

XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- This is just an example for the ACS Error document -->
<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd"     
     name="ExmplErrType"
     type="900902"
     _prefix="alma"
>
<Code name="PointingInProgress" 
      shortDescription="Pointing in progress"    
      description="Pointing in progress"
/>
<ErrorCode name="PointingFailure"
     shortDescription="Pointing Failure"
     description="Pointing can not be executed"
>
<Member name="Azimuth"
     type="double"
     description="Azimuth"/>
<Member name="Elevation"
     type="double"
     description="Elevation"/>
</ErrorCode>
<ErrorCode name="PositionNotObtained"
     shortDescription="Position not obtained"
     description="Position of the object can not be obtained"
/>
<ErrorCode name="RecordNotFound"
     shortDescription="Record Not Found"
     description="Record can not be found">
<Member name="RecordName"
     type="string"
     description="Record name"/>
</ErrorCode>
<ErrorCode name="ErrorWOException"
     shortDescription="Error w/o exception"
     description="An example of error w/o exception"
     _suppressExceptionGeneration="true"
/>
</Type>


Info and errors

This error is used for test/examples



Subsystem scanned in 12.030 seconds.