Uses of Class
com.teamdev.jxbrowser.frame.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
Modifier and TypeClassDescriptionfinal class
Thrown by theWebStorage.putItem(String, String)
method when the item size exceeds the available space in the storage.final class
Thrown byWebStorage
methods if the access to the web storage is forbidden for the current document.