|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ClientletException | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| Uses of ClientletException in org.lobobrowser.clientlet |
|---|
| Subclasses of ClientletException in org.lobobrowser.clientlet | |
|---|---|
class |
CancelClientletException
This exception may be thrown from the Clientlet.process(ClientletContext) method
of a clientlet to cancel the request. |
class |
JavaVersionException
Thrown when a clientlet requires a newer Java version than the one running the clientlet engine. |
class |
NavigatorVersionException
Thrown when a clientlet requires a newer navigator version than the one running. |
| Methods in org.lobobrowser.clientlet that throw ClientletException | |
|---|---|
void |
Clientlet.process(ClientletContext context)
This method is invoked by a clientlet engine to process a URL response. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||