Interface PacScriptErrorReceived

All Superinterfaces:
Event, NetworkEvent

public interface PacScriptErrorReceived extends NetworkEvent
An event indicating that the PAC file processing has been failed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns a string that represents the description of the script processing error.
    default int
    Returns the line of code in the PAC script which caused the error.
    default Network
    Returns the Network instance initiated this event.
  • Method Details

    • network

      default Network network()
      Description copied from interface: NetworkEvent
      Returns the Network instance initiated this event.
      Specified by:
      network in interface NetworkEvent
    • lineNumber

      default int lineNumber()
      Returns the line of code in the PAC script which caused the error.
    • errorText

      default String errorText()
      Returns a string that represents the description of the script processing error.