Package com.teamdev.jxbrowser.net.event
Interface PacScriptErrorReceived
- All Superinterfaces:
Event
,NetworkEvent
An event indicating that the PAC file processing has been failed.
-
Method Summary
-
Method Details
-
network
Description copied from interface:NetworkEvent
Returns theNetwork
instance initiated this event.- Specified by:
network
in interfaceNetworkEvent
-
lineNumber
default int lineNumber()Returns the line of code in the PAC script which caused the error. -
errorText
Returns a string that represents the description of the script processing error.
-