Holger's
Java API

Uses of Class
com.antelmann.util.ResourceNotFoundException

Packages that use ResourceNotFoundException
com.antelmann.imagedb This package contains classes implementing a database for images. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
 

Uses of ResourceNotFoundException in com.antelmann.imagedb
 

Methods in com.antelmann.imagedb that throw ResourceNotFoundException
static TwainAdapter TwainAdapter.getInstance()
           
static TwainAdapter TwainAdapter.getInstance(String libraryName)
           
 

Uses of ResourceNotFoundException in com.antelmann.util
 

Methods in com.antelmann.util 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.
 



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