Uses of Class
org.hackystat.tickertape.tickerlingua.TickerLinguaException

Packages that use TickerLinguaException
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
 

Uses of TickerLinguaException in org.hackystat.tickertape.tickerlingua
 

Constructors in org.hackystat.tickertape.tickerlingua that throw TickerLinguaException
TickerLingua()
          Creates a TickerLingua instance from default location ~/.hackystat/tickertape/tickertape.xml.
TickerLingua(java.lang.String filePath)
          Creates a TickerLingua instance from the passed file.
Tickertape(java.lang.String id, double intervalHours, boolean enabled, java.lang.String starttime, java.lang.String description, java.util.List<HackystatProject> projects, java.util.List<NotificationService> services, java.lang.Class<? extends Ticker> tickerClass, Properties tickerProperties)
          Creates and returns a new Tickertape instance, or throws a TickerLinguaException if the passed parameters are not valid.