Errors will
be generated if a user application uses the interfaces' properties and methods
incorrectly. To catch errors, the user has to use the "try-catch"
block in C++ or Java or "On Error GoTo<label>" in Visual Basic.
| The file name contains
invalid characters: \\/:;*?\\"<>|'`,{}[] | The
user is going to set the experiment file name, image file name, cell intensity
file name, chip file name, CDF file name or CIF file name to an invalid file name
containing any one of the following characters: \\/:;*?\\"<>|'`,{}[] |
IGDACEXPFile::Name IGDACDATFile::Name IGDACCELFile::Name IGDACCHPFile::Name
|
| The
path contains invalid characters: /;*?<>|'`,{}[] | The
user is going to set the data path or library path to an invalid directory name
containing any one of the following characters: /;*?<>|'`,{}[] |
IGDACEXPFile::DataPath IGDACEXPFile::LibPath IGDACDATFile::DataPath
IGDACDATFile::LibPath IGDACCELFile::DataPath IGDACCELFile::LibPath
IGDACCHPFile::DataPath IGDACCHPFile::LibPath IGDACCDFFile::LibPath |
| The
file name contains invalid extension | The
user is going to set the file name without any extension | IIGDACEXPFile::Name
IGDACDATFile::Name IGDACCELFiles:Name IGDACCHPFile::Name |
| The file name (including
extension) cannot exceed 64 characters | The
user is going to set the file name which contains more than 64 characters including
extension. | IGDACEXPFile::Name
IGDACDATFile::Name IGDACCELFile::Name IGDACCHPFile::Name |
| Chip type cannot exceed
32 characters | The
user is going to set the chip type which contains more than 32 characters. |
IGDACCDFFile::ChipType |
| Index
out of range error | The
index specified in a method is out of range. For example, the index is less than
0 or greater than the upper bound of an array. |
IGDACEXPFile::GetSampleInfo IGDACEXPFile::GetProtocolStep IGDACCELFile::GetProbeByIndex
IGDACCELFile::GetAlgParam IGDACCHPFile::GetAlgParam IGDACCHPFile::GetChipSummary
IGDACCHPFile::GetProbeSet IGDACDATFile::GetChipInfo IGDACDATFile::GetLineIntensities
IGDACCDFFile::GetProbeSet IGDACProbeSet::GetProbePair IGDACProbeSet::GetQCProbe |
| Position X out
of range error | The
position x specified in a method is out of range. For example, it is less than
0 or greater than the upper bound of an array. | IGDACCELFile::GetProbeByPosition
IGDACDATFile::GetIntensity |
| Position
Y out of range error | The
position y specified in a method is out of range. For example, it is less than
0 or greater than the upper bound of an array. | IGDACCELFile::GetProbeByPosition
IGDACDATFile::GetIntensity |
| Experiment
file extension (.EXP) is expected | The
user is going to set an experiment file name with an extension other than ".EXP". | IGDACEXPFile::Name |
| Image file extension
(.DAT) is expected | The
user is going to set an image file name with an extension other than ".DAT". | IGDACDATFile::Name |
| Cell intensity
file extension (.CEL) is expected | The
user is going to set a cell intensity file name with an extension other than ".CEL". | IGDACCELFile::Name |
| Chip file extension
(.CHP) is expected | The
user is going to set a chip file name with an extension other than ".CHP". | IGDACCHPFile::Name |
| Data path should
not be empty | The
data path is expected to be set first. |
IGDACEXPFile::Exists IGDACEXPFile::Read IGDACDATFile::Exists IGDACDATFile::Read
IGDACCELFile::Exists IGDACCELFile::Read IGDACCELFile::ReadHeader IGDACCHPFile::Exists
IGDACCHPFile::Read IGDACCHPFile::ReadHeader |
| Library
path should not be empty | The
library path is expected to be set first. |
IGDACEXPFile::Read IGDACDATFile::Read IGDACDATFile::ReadHeader IGDACCELFile::Read
IGDACCELFile::ReadHeader IGDACCHPFile::Read IGDACCHPFile::ReadHeader
IGDACCDFFile::Read |
| The
experiment name should not be empty | The
experiment name is expected to be set first. |
IGDACEXPFile::Exists IGDACEXPFile::Read |
| The
image file name should not be empty | The
image filename is expected to be set first. |
IGDACDATFile::Exists IGDACDATFile::Read IGDACDATFile::ReadHeader |
| The
cell intensity file name should not be empty | The
cell intensity file name is expected to be set first. |
IGDACCELFile::Exists IGDACCELFile::Read IGDACCELFile::ReadHeader |
| The
chip file name should not be empty | The
chip file name is expected to be set first. |
IGDACCHPFile::Exists IGDACCHPFile::Read IGDACCHPFile::ReadHeader |
| The chip type should
not be empty | The
chip type which is used for the chip layout file name (.CDF) is expected to be
set first. | IGDACCDFFile::Read |
| The experiment
file does not exist | The
experiment file specified does not exist in the directory specified in the data
path. | IGDACEXPFile::Read
|
| The
image file does not exist | The
image file specified does not exist in the directory specified in the data path. |
IGDACDATFile::Read IGDACDATFile::ReadHeader |
| The
cell intensity file does not exist | The
cell intensity file specified does not exist in the directory specified in the
data path. | IGDACCELFile::Read
IGDACCELFile::ReadHeader |
| The
chip file does not exist | The
chip file does not exist | IGDACCHPFile::Read |
| The CDF file does
not exist | The CDF
file specified does not exist in the library path. | IGDACCDFFile::Read |
| The chip information
file <filename> does not exist in the library path | The
CIF file does not exist in the library path. | IGDACEXPFile::Read
IGDACDATFile::Read IGDACCELFile::Read IGDACCELFile::ReadHeader IGDACCHPFile::Read
IGDACCHPFile::ReadHeader IGDACCDFFile::Read |
| Cannot
read the experiment file | The
user is going to read the experiment file but failed. | IGDACEXPFile::Read |
| Cannot read the
image file | The user
is going to read the image file but failed. | IGDACDATFile::Read |
| Cannot read cell
intensity file header | The
user is going to read the cell intensity file header but failed. | IGDACCELFile::ReadHeader |
| Cannot read the
cell intensity file | The
user is going to read the cell intensity file but failed. | IGDACCELFile::Read |
| Cannot read cell
intensity file header | The
user is going to read the cell intensity file header but failed. | IGDACCELFile::ReadHeader |
| Cannot read the
chip file - <error type message> | The
user is going to read the chip file but failed. More information about the error
is provided in the <error type message>. | IGDACCHPFile::Read |
| Cannot read the
CDF file - <error type message> | The
user is going to read the CDF file but failed. More information about the error
is provided in the <error type message>. | IGDACCDFFile::Read |
| Cannot read the
chip file header - <error type message> | The
user is going to read the chip header but failed. More information about the error
is provided in the <error type message>. | IGDACCHPFile::
ReadHeader |
| Memory
problem - Cannot access safearray data for the protocol steps | The
user is going to access the safearray for setting the protocol steps but failed. | IGDACEXPFile::GetProtocolSteps |
| Memory problem
- Cannot create safearray for the image intensities | The
user is going to create a safearray for the image intensities but failed. | IGDACDATFile::GetLineIntensities |
| Memory problem
- Cannot access safearray data for the image intensities | The
user is going to access the safearray for the image intensities but failed. | IGDACDATFile::GetLineIntensities |
| Memory problem
- Cannot create safearray for the algorithm parameters | The
user is going to create a safearray for the algorithm parameters but failed. |
IGDACCELFile::GetAlgParams IGDACCHPFile::GetAlgParams |
| Memory problem - Cannot access safearray data
for the algorithm parameters | The user to going
to access the safearray for the algorithm parameters but failed. |
IGDACCELFile::GetAlgParams IGDACCHPFile::GetAlgParams |
| Memory problem - Cannot create safearray for the
chip summaries | The user is going to create
a safearray for the chip summaries but failed. |
IGDACCELFile::GetChipSummaries IGDACCHPFile::GetChipSummaries |
| Memory problem - Cannot access safearray data
for the chip summaries | The user is going to
access the safearray for the chip summaries but failed. |
IGDACCELFile::GetChipSummaries IGDACCHPFile::GetChipSummaries |
| Memory problem - Cannot create safearray for the
probe interface pointer | The user is going
to create a safearray for the probe ATL interface (i.e. IGDACProbe) pointers but
failed. | IGDACProbeSet::GetQCProbes |
| Memory problem
- Cannot put element into the safearray of probe interface pointer | A
safearray for the probe interface pointer was created previously but failed to
put element into it. | IGDACProbeSet::GetQCProbes |
| Memory problem
- Cannot create safearray for the probe pair interface pointer | The
user is going to create a safearray for the probe pair ATL interface (i.e. IGDACProbePair)
pointers but failed. | IGDACProbeSet::GetProbePairs
|
| Memory
problem - Cannot put element into the safearray of probe pair interface pointer | A
safearray for the probe pair interface pointer was created previously but failed
to put element into it. | IGDACProbeSet::GetProbePairs |
| Memory
problem - Cannot create safearray for the probe set interface pointer | The
user is going to create a safearray for the probe set ATL interface (i.e. IGDACProbeSet)
pointers but failed. | IGDACCHPFile::GetProbeSets
IGDACCDFFile::GetProbeSets |
| Memory
problem - Cannot put element into the safearray of probe set interface pointer | A
safearray for the probe set interface pointer was created previously but failed
to put element into it. | IGDACCHPFile::GetProbeSets
IGDACCDFFile::GetProbeSets |
| The
probe interface pointer should not be NULL | The
user is going to get the probe interface pointer (i.e. IGDACProbe) without creating
an instance of it first. | IGDACCELFile::GetProbeByPosition
IGDACCELFile::GetProbeByIndex IGDACProbeSet::GetQCProbe |
| The probe set interface pointer should not be
NULL | The user is going to get the probe set
interface (i.e. IGDACProbeSet) pointer without creating an instance of it first. |
IGDACCHPFile::GetProbeSet IGDACCDFFile::GetProbeSet |
| The probe pair interface pointer should not be
NULL | The user is going to get the probe pair
interface (i.e. IGDACProbePair) pointer without creating an instance of it first. | IGDACProbeSet::GetProbePair |
| The
input safearray pointer should not be NULL | The
user is going to get the safearray pointer without allocating of it first. | IGDACEXPFile::GetProtocolSteps
IGDACDATFile::GetLineIntensities IGDACCELFile::GetAlgParams IGDACCHPFile::GetAlgParams
IGDACCHPFile::GetChipSummaries |
| The
input interface pointer should not be NULL. | The
pointer for the composite object passed into the method is NULL. This object needs
to be allocated prior to passing into the method. | IGDACCHPFile::GetCustomSeqComposite IGDACCDFFile::GetCustomSeqComposite
|
The
probe set interface pointer should not be NULL
| The
pointer for the probe set passed into the method is NULL. This object needs to
be allocated prior to passing into the method. | IGDACCHPFile::GetCustomSeqProbeSet IGDACCHPFile::GetGenotypeProbeSet IGDACCHPFile::GetControlProbeSet IGDACCDFFile::GetCustomSeqProbeSet IGDACCDFFile::GetGenotypeProbeSet IGDACCDFFile::GetControlProbeSet |
Index
out of range error.
| The input
index is out of range. | IGDACCHPFile::GetCustomSeqProbeSet IGDACCHPFile::GetGenotypeProbeSet IGDACCHPFile::GetControlProbeSet IGDACCDFFile::GetCustomSeqProbeSet IGDACCDFFile::GetGenotypeProbeSet IGDACCDFFile::GetControlProbeSet IGDACControlProbeSet::GetQCProbe IGDACCustomSeqProbeGroup::GetProbeListByIndex IGDACGenotypeProbeGroup::GetProbeListByIndex IGDACCustomSeqProbeList::GetProbeByIndex IGDACGenotypeProbeList::GetProbeByIndex IGDACCustomSeqProbeSet::GetProbeGroupByIndex IGDACGenotypeProbeSet::GetProbeGroupByIndex IGDACCustomSeqProbeSet::GetProbeListByReferenceIndex IGDACGenotypeProbeSet::GetProbeListByReferenceIndex |
Memory
problem - Cannot create safearray for the probe set interface pointer
| Memory
cannot be allocated for the array due to insufficient amount of physical memory
on the workstation. | IGDACCHPFile::GetCustomSeqProbeSets IGDACCHPFile::GetGenotypeProbeSets IGDACCHPFile::GetControlProbeSets IGDACCDFFile::GetCustomSeqProbeSets IGDACCDFFile::GetGenotypeProbeSets IGDACCDFFile::GetControlProbeSets |
Memory
problem - Cannot put element into the safearray of probe set interface pointer
| Unable to add an element
to the array due to insufficient amount of physical memory on the workstation. | IGDACCHPFile::GetCustomSeqProbeSets IGDACCHPFile::GetGenotypeProbeSets IGDACCHPFile::GetControlProbeSets IGDACCDFFile::GetCustomSeqProbeSets IGDACCDFFile::GetGenotypeProbeSets IGDACCDFFile::GetControlProbeSets |
| The
probe interface pointer should not be NULL | The
input pointer for the probe object is NULL. This object needs to be allocated
prior to passing into the method. | IGDACControlProbeSet::GetQCProbe |
| Memory
problem - Cannot create safearray for the probe interface pointer | Memory
cannot be allocated for the array due to insufficient amount of physical memory
on the workstation. | IGDACControlProbeSet::GetQCProbes IGDACCustomSeqProbeList::GetProbes IGDACGenotypeProbeList::GetProbes |
| Memory
problem - Cannot put element into the safearray of probe interface pointer | Unable
to add an element to the array due to insufficient amount of physical memory on
the workstation. | IGDACControlProbeSet::GetQCProbes |
| Unable
to access the data, it has not been loaded. | The
data has not been loaded (the CHP or CDF file has not been read) into the object. | IGDACCustomSeqComposite::GetBaseCallScores IGDACCustomSeqProbeGroup::GetProbeListByIndex IGDACCustomSeqProbeGroup::GetProbeLists IGDACGenotypeProbeGroup::GetProbeListByIndex IGDACGenotypeProbeGroup::GetProbeLists IGDACCustomSeqProbeList::GetProbeByIndex IGDACGenotypeProbeList::GetProbeByIndex IGDACCustomSeqProbeSet::GetProbeGroupByIndex IGDACGenotypeProbeSet::GetProbeGroupByIndex IGDACCustomSeqProbeSet::GetProbeGroups IGDACGenotypeProbeSet::GetProbeGroups IGDACCustomSeqProbeSet::GetProbeListByReferenceIndex IGDACGenotypeProbeSet::GetProbeListByReferenceIndex |
| Memory
problem - Cannot create safearray for the scores | Memory
cannot be allocated for the array due to insufficient amount of physical memory
on the workstation. | IGDACCustomSeqComposite::GetBaseCallScores |
| Memory
problem - Cannot put element into the safearray of the scores pointer | Unable
to add an element to the array due to insufficient amount of physical memory on
the workstation. | IGDACCustomSeqComposite::GetBaseCallScores |
| The
interface object should not be NULL. | The
input pointer is NULL. This object needs to be allocated prior to passing into
the method. | IGDACCustomSeqProbeGroup::GetProbeListByIndex IGDACGenotypeProbeGroup::GetProbeListByIndex
IGDACCustomSeqProbeList::GetProbeByIndex IGDACGenotypeProbeList::GetProbeByIndex IGDACCustomSeqProbeSet::GetProbeGroupByIndex IGDACGenotypeProbeSet::GetProbeGroupByIndex IGDACCustomSeqProbeSet::GetProbeListByReferenceIndex IGDACGenotypeProbeSet::GetProbeListByReferenceIndex |
Cannot
read the CDF file - <<additional message indicating failure>>
| Unable
to read the CDF file. It may not exist in the specified library path. | IGDACCustomSeqProbeSet::GetProbeGroupByIndex IGDACGenotypeProbeSet::GetProbeGroupByIndex IGDACCustomSeqProbeSet::GetProbeListByReferenceIndex IGDACGenotypeProbeSet::GetProbeListByReferenceIndex |
| Memory
problem - Cannot create safearray for the group interface pointer | Memory
cannot be allocated for the array due to insufficient amount of physical memory
on the workstation. | IGDACCustomSeqProbeSet::GetProbeGroups IGDACGenotypeProbeSet::GetProbeGroups |
Memory
problem - Cannot put element into the safearray of the group interface pointer
| Unable to add an element
to the array due to insufficient amount of physical memory on the workstation. | IGDACCustomSeqProbeSet::GetProbeGroups IGDACGenotypeProbeSet::GetProbeGroups |