Uses of Class
com.teamdev.jxbrowser.frame.WebStorageException
Packages that use WebStorageException
Package
Description
This package provides the classes that allow you to work with frames in browser.
-
Uses of WebStorageException in com.teamdev.jxbrowser.frame
Subclasses of WebStorageException in com.teamdev.jxbrowser.frameModifier and TypeClassDescriptionfinal classThrown by theWebStorage.putItem(String, String)method when the item size exceeds the available space in the storage.final classThrown byWebStoragemethods if the access to the web storage is forbidden for the current document.