Holger's
Java API

Uses of Class
com.antelmann.util.ResourceNotFoundException

Packages that use ResourceNotFoundException
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of ResourceNotFoundException in com.antelmann
 

Methods in com.antelmann that throw ResourceNotFoundException
static Properties Settings.getProperties()
          This method returns the current application properties; changes to the Properties will be reflected in subsequent calls to this method.
static String Settings.getProperty(String key)
          provides a shortcut for getProperties().getPropterty(key)
static URL Settings.getResource(String resource)
          This method encapsulates calls to the embedded ClassLoader to ease dealing with problems when not finding the resource.
 

Uses of ResourceNotFoundException in com.antelmann.calendar
 

Methods in com.antelmann.calendar that throw ResourceNotFoundException
 void Holiday.setLocale(Locale locale, Object context)
           
 

Uses of ResourceNotFoundException in com.antelmann.image
 

Methods in com.antelmann.image that throw ResourceNotFoundException
static TwainAdapter TwainAdapter.getInstance()
           
 

Uses of ResourceNotFoundException in com.antelmann.util
 

Methods in com.antelmann.util that throw ResourceNotFoundException
 void Localizable.setLocale(Locale locale, Object context)
          sets the Locale for this object so that all subsequent return values of method calls to this instance can be localized accordingly until a different Locale is set.
 



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