Uses of Class
com.exponto.jstock.exception.TickerNotFoundException

Packages that use TickerNotFoundException
com.exponto.jstock.data   
com.exponto.jstock.io   
 

Uses of TickerNotFoundException in com.exponto.jstock.data
 

Constructors in com.exponto.jstock.data that throw TickerNotFoundException
ChartData(TickerID tId, java.lang.String panelType)
          Creates ChartData for a daily series.
ChartData(TickerID tId, java.lang.String panelType, LogDataSeries lDS)
          Used to create ChartData for weekly charts.
 

Uses of TickerNotFoundException in com.exponto.jstock.io
 

Methods in com.exponto.jstock.io that throw TickerNotFoundException
 LogDataSeries LoadDataSet.loadData(TickerID tId, int numberOfDays)
          Called by external class to load a LogDataSeries either from file or from the internet.
 LogDataSeries ReadNetfondsFile.readSeries(java.lang.String fN, int numberToGet, int format)
          Read data from file and store the result.
 LogDataSeries ReadGenericDataFile.readSeries(java.lang.String fN, int numberToGet)
          Read data from file and store the result.
 



Copyright © 2004 Kaare Ranum