|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.ac.ebi.adfconverter.tools.checker.exceptions.IncorrectFileStructure
Signals an error of file reader. Data can not be retrieves.
| 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 |
public IncorrectFileStructure()
public IncorrectFileStructure(java.lang.String _structureFileName)
_structureFileName - the name of the incorrect structure file
public IncorrectFileStructure(java.lang.String _structureFileName,
java.lang.String element)
element - the element of the structure with a problem_structureFileName - the name of the incorrect structure file| Method Detail |
public java.lang.String getMissingElement()
public java.lang.String getStructureFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||