Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psCollectionsErrors.h File Reference


Detailed Description

Contains the error text for the collections functions.

Author:
Robert DeSonia, MHPCC
Version:
Revision
1.15
Name
rel6_0
Date:
Date
2005/06/10 21:46:46
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psCollectionsErrors.h.

Go to the source code of this file.

Defines

#define PS_ERRORNAME_DOMAIN   "psLib.collections."
#define PS_ERRORTEXT_psArray_REALLOC_NULL   "psArrayRealloc must be given a non-NULL psArray to resize."
#define PS_ERRORTEXT_psArray_ARRAY_NULL   "Specified psArray can not be NULL."
#define PS_ERRORTEXT_psArray_POSITION_BEYOND_NALLOC   "Specified position, %d, is greater than the allocated size of the array, %d."
#define PS_ERRORTEXT_psVector_REALLOC_NULL   "psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown."
#define PS_ERRORTEXT_psVector_NOT_A_VECTOR   "The input psVector must have a vector dimension type."
#define PS_ERRORTEXT_psVector_SORT_NULL   "psVectorSort can not sort a NULL psVector."
#define PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE   "Input psVector is an unsupported type (0x%x)."
#define PS_ERRORTEXT_psVector_NULL   "The input psVector can not be NULL."
#define PS_ERRORTEXT_psVector_EXTENDSIZE_NEG   "The input number of elements to extend must be non-negative."
#define PS_ERRORTEXT_psBitSet_ALLOC_NEG_SIZE   "The number of bit in a psBitSet (%d) must be greater than zero."
#define PS_ERRORTEXT_psBitSet_SET_NULL   "Can not operate on a NULL psBitSet."
#define PS_ERRORTEXT_psBitSet_BIT_OUTOFRANGE   "The specified bit position (%d) is invalid. Position must be between 0 and %d."
#define PS_ERRORTEXT_psBitSet_OPERATOR_NULL   "Specified operator is NULL. Must specify desired operator."
#define PS_ERRORTEXT_psBitSet_OPERATOR_INVALID   "Specified operator, %s, is invalid. Valid operators are AND, OR, and XOR."
#define PS_ERRORTEXT_psBitSet_FIRST_OPERAND_NULL   "First psBitSet operand can not be NULL."
#define PS_ERRORTEXT_psBitSet_SECOND_OPERAND_NULL   "Second psBitSet operand can not be NULL."
#define PS_ERRORTEXT_psBitSet_OPERANDS_SIZE_DIFFER   "The psBitSet operand must be the same size."
#define PS_ERRORTEXT_psBitSet_NOT_OP_FAILED   "Could not perform NOT operation."
#define PS_ERRORTEXT_psBitSet_OPERAND_NULL   "Operand can not be NULL."
#define PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE   "Specified datatype (%d) is unsupported by psScalar."
#define PS_ERRORTEXT_psScalar_COPY_NULL   "Can not copy a NULL psScalar."
#define PS_ERRORTEXT_psHash_KEY_NULL   "Input key can not be NULL."
#define PS_ERRORTEXT_psHash_TABLE_NULL   "Input psHash can not be NULL."
#define PS_ERRORTEXT_psHash_DATA_NULL   "Input data can not be NULL."
#define PS_ERRORTEXT_psList_LOCATION_INVALID   "Specified location, %d, is invalid."
#define PS_ERRORTEXT_psList_ITERATOR_INVALID   "Specified iterator is not valid."
#define PS_ERRORTEXT_psList_ITERATOR_NULL   "Specified iterator is NULL."
#define PS_ERRORTEXT_psList_ITERATOR_NONMUTABLE   "Specified iterator indicates list is non-mutable."
#define PS_ERRORTEXT_psList_LIST_NULL   "Specified psList reference is NULL."
#define PS_ERRORTEXT_psList_DATA_NULL   "Specified data item is NULL."
#define PS_ERRORTEXT_psList_DATA_NOT_FOUND   "Specified data item is not found in the psList."
#define PS_ERRORTEXT_psPixels_NULL   "Input psPixels can not be NULL."
#define PS_ERRORTEXT_psPixels_MASK_NULL   "Specified mask can not be NULL."
#define PS_ERRORTEXT_psPixels_MASK_TYPE   "Specified mask's type, %s, is invalid. Should be PS_TYPE_MASK."
#define PS_ERRORTEXT_psPixels_DATA_NULL   "Input psPixels contains no data."
#define PS_ERRORTEXT_psPixels_REGION_INVALID   "Specified psRegion, [%d:%d,%d:%d], does not specify a valid region."
#define PS_ERRORTEXT_psPixels_FAILED_IMAGE_CREATE   "Failed to create image of size %dx%d."


Define Documentation

#define PS_ERRORNAME_DOMAIN   "psLib.collections."
 

Definition at line 29 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psArray_ARRAY_NULL   "Specified psArray can not be NULL."
 

Definition at line 33 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psArray_POSITION_BEYOND_NALLOC   "Specified position, %d, is greater than the allocated size of the array, %d."
 

Definition at line 34 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psArray_REALLOC_NULL   "psArrayRealloc must be given a non-NULL psArray to resize."
 

Definition at line 32 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_ALLOC_NEG_SIZE   "The number of bit in a psBitSet (%d) must be greater than zero."
 

Definition at line 41 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_BIT_OUTOFRANGE   "The specified bit position (%d) is invalid. Position must be between 0 and %d."
 

Definition at line 43 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_FIRST_OPERAND_NULL   "First psBitSet operand can not be NULL."
 

Definition at line 46 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_NOT_OP_FAILED   "Could not perform NOT operation."
 

Definition at line 49 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_OPERAND_NULL   "Operand can not be NULL."
 

Definition at line 50 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_OPERANDS_SIZE_DIFFER   "The psBitSet operand must be the same size."
 

Definition at line 48 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_OPERATOR_INVALID   "Specified operator, %s, is invalid. Valid operators are AND, OR, and XOR."
 

Definition at line 45 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_OPERATOR_NULL   "Specified operator is NULL. Must specify desired operator."
 

Definition at line 44 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_SECOND_OPERAND_NULL   "Second psBitSet operand can not be NULL."
 

Definition at line 47 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psBitSet_SET_NULL   "Can not operate on a NULL psBitSet."
 

Definition at line 42 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psHash_DATA_NULL   "Input data can not be NULL."
 

Definition at line 55 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psHash_KEY_NULL   "Input key can not be NULL."
 

Definition at line 53 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psHash_TABLE_NULL   "Input psHash can not be NULL."
 

Definition at line 54 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_DATA_NOT_FOUND   "Specified data item is not found in the psList."
 

Definition at line 62 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_DATA_NULL   "Specified data item is NULL."
 

Definition at line 61 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_ITERATOR_INVALID   "Specified iterator is not valid."
 

Definition at line 57 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_ITERATOR_NONMUTABLE   "Specified iterator indicates list is non-mutable."
 

Definition at line 59 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_ITERATOR_NULL   "Specified iterator is NULL."
 

Definition at line 58 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_LIST_NULL   "Specified psList reference is NULL."
 

Definition at line 60 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psList_LOCATION_INVALID   "Specified location, %d, is invalid."
 

Definition at line 56 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_DATA_NULL   "Input psPixels contains no data."
 

Definition at line 66 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_FAILED_IMAGE_CREATE   "Failed to create image of size %dx%d."
 

Definition at line 68 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_MASK_NULL   "Specified mask can not be NULL."
 

Definition at line 64 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_MASK_TYPE   "Specified mask's type, %s, is invalid. Should be PS_TYPE_MASK."
 

Definition at line 65 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_NULL   "Input psPixels can not be NULL."
 

Definition at line 63 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psPixels_REGION_INVALID   "Specified psRegion, [%d:%d,%d:%d], does not specify a valid region."
 

Definition at line 67 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psScalar_COPY_NULL   "Can not copy a NULL psScalar."
 

Definition at line 52 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE   "Specified datatype (%d) is unsupported by psScalar."
 

Definition at line 51 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_EXTENDSIZE_NEG   "The input number of elements to extend must be non-negative."
 

Definition at line 40 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_NOT_A_VECTOR   "The input psVector must have a vector dimension type."
 

Definition at line 36 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_NULL   "The input psVector can not be NULL."
 

Definition at line 39 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_REALLOC_NULL   "psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown."
 

Definition at line 35 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_SORT_NULL   "psVectorSort can not sort a NULL psVector."
 

Definition at line 37 of file psCollectionsErrors.h.

#define PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE   "Input psVector is an unsupported type (0x%x)."
 

Definition at line 38 of file psCollectionsErrors.h.


Generated on Wed Jun 15 11:00:58 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1