Uses of Class
com.free2be.dimensions.device.profile.DeviceProfileException

Packages that use DeviceProfileException
com.free2be.dimensions.device.profile   
 

Uses of DeviceProfileException in com.free2be.dimensions.device.profile
 

Methods in com.free2be.dimensions.device.profile that throw DeviceProfileException
static Device DeviceProfileFactory.discoverDeviceProfile(java.lang.String deviceProfileUrlValue, javax.servlet.http.HttpServletRequest request)
           
protected  void DeviceProfile.initialize(java.io.InputStream inputStream)
           
protected static Device DeviceProfileFactory.loadFromUrl(java.lang.String deviceProfileUrlValue, javax.servlet.http.HttpServletRequest request)
          Loads a Profile from the url paramaters.
 

Constructors in com.free2be.dimensions.device.profile that throw DeviceProfileException
DeviceProfile(java.io.InputStream inputStream)
           
DeviceProfile(java.net.URL deviceProfileUrl)