Holger's
Java API

Uses of Class
com.antelmann.util.FormatException

Packages that use FormatException
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
 

Uses of FormatException in com.antelmann.calendar
 

Subclasses of FormatException in com.antelmann.calendar
 class CalendarException
          indicates an inconsistency in the calendar database
 

Methods in com.antelmann.calendar that throw FormatException
static long Stopwatch.parse(String s)
          assumes the format h:m:s; can parse a String created by timeAsStringShort(long)
 

Uses of FormatException in com.antelmann.cddb
 

Subclasses of FormatException in com.antelmann.cddb
 class XmcdFormatException
          Thrown to indicate that content which was expected to conform to the XMCD format did not conform.
 

Uses of FormatException in com.antelmann.image
 

Methods in com.antelmann.image that throw FormatException
static String QRCoder.readCode(Image image)
           
static String QRCoder.readCode(InputStream binaryImage)
           
 

Uses of FormatException in com.antelmann.math
 

Constructors in com.antelmann.math that throw FormatException
GeoPoint(String latitudeAndLongitude)
           
GeoPoint(String latitude, String longitude)
           
GeoPoint(String latitude, String longitude, String altitude)
           
 

Uses of FormatException in com.antelmann.net.web
 

Methods in com.antelmann.net.web that throw FormatException
 RSSChannel RSSHandler.getChannel()
          returns the first available channel in this rss feed (if any)
 RSSChannel[] RSSHandler.getChannels()
          returns all available channels in this rss feed
 GeoPoint YouTubeVideo.getGeoPoint()
           
 RSSItem[] RSSChannel.getItems()
           
static RSSHandler Twitter.getPublicTimelineHandler()
           
static Tweed[] Twitter.getTweeds(String user, int count, Date since)
           
static RSSHandler Twitter.getUserTimelineHandler(String user)
           
static RSSHandler Twitter.getUserTimelineHandler(String user, Date since)
           
static RSSHandler Twitter.getUserTimelineHandler(String user, int count)
           
static RSSHandler Twitter.getUserTimelineHandler(String user, int count, Date since)
           
 void RSSHandler.init(InputSource source)
          initializes the handler with content from the given source
 void RSSMenu.refresh()
           
 void RSSMenu.setChannel(RSSChannel channel)
           
 

Constructors in com.antelmann.net.web that throw FormatException
RSSHandler(File file)
           
RSSHandler(InputSource source)
           
RSSHandler(InputStream stream)
           
RSSHandler(String url)
           
RSSHandler(URL url)
           
RSSHandler(URL url, String user, char[] password)
           
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler)
          calls RSSMenu(channel, handler, false)
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler, boolean useIcon)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads