if(st.hasMoreTokens() && !st.nextToken().startsWith("#")){
throw new GeomWrongFileTypeException(GeomWrongFileTypeException.MUCH_TOKEN_EXCEPTION, fileName, sor);
}
}
} catch (FileNotFoundException e){
throw new GeomFileNotFoundException(fileName);
} catch (NoSuchElementException e){
throw new GeomWrongFileTypeException(GeomWrongFileTypeException.FEW_TOKEN_EXCEPTION, fileName, sor);
} catch (NumberFormatException e){
throw new GeomWrongFileTypeException(GeomWrongFileTypeException.NUM_CONVERT_EXCEPTION, fileName, sor);
}