public interface PacScriptErrorReceived extends NetworkEvent
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
errorText()
Returns a string that represents the description of the script processing error.
|
default int |
lineNumber()
Returns the line of code in the PAC script which caused the error.
|
default Network |
network()
Returns the
Network instance initiated this event. |
default Network network()
NetworkEvent
Network
instance initiated this event.network
in interface NetworkEvent
default int lineNumber()
default java.lang.String errorText()