uk.ac.ebi.adfconverter.tools.checker.exceptions
Class IncorrectFileStructure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.ebi.adfconverter.tools.checker.exceptions.IncorrectFileStructure
All Implemented Interfaces:
java.io.Serializable

public class IncorrectFileStructure
extends java.lang.Exception

Signals an error of file reader. Data can not be retrieves.

Since:
12 07 04
Version:
1
Author:
Pierre MARGUERITE
See Also:
Serialized Form

Constructor Summary
IncorrectFileStructure()
          Exception if the file structure description file is incorrect with no specified element
IncorrectFileStructure(java.lang.String _structureFileName)
          Exception if the file structure description file is incorrect with no specified element
IncorrectFileStructure(java.lang.String _structureFileName, java.lang.String element)
          Exception if the file structure description file is incorrect with a specified structure element
 
Method Summary
 java.lang.String getMissingElement()
          Retrieves the name of the missing element in the structure
 java.lang.String getStructureFileName()
          Retrieves the path to the used structure file
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectFileStructure

public IncorrectFileStructure()
Exception if the file structure description file is incorrect with no specified element


IncorrectFileStructure

public IncorrectFileStructure(java.lang.String _structureFileName)
Exception if the file structure description file is incorrect with no specified element

Parameters:
_structureFileName - the name of the incorrect structure file

IncorrectFileStructure

public IncorrectFileStructure(java.lang.String _structureFileName,
                              java.lang.String element)
Exception if the file structure description file is incorrect with a specified structure element

Parameters:
element - the element of the structure with a problem
_structureFileName - the name of the incorrect structure file
Method Detail

getMissingElement

public java.lang.String getMissingElement()
Retrieves the name of the missing element in the structure

Returns:
the missing element name

getStructureFileName

public java.lang.String getStructureFileName()
Retrieves the path to the used structure file

Returns:
the path to the structure file


European Bioinformatics InstituteMicroarray Informatics Team