Interface ErrorEvent

All Superinterfaces:
Event
All Known Implementing Classes:
ErrorEventImpl

public interface ErrorEvent extends Event
  • Method Details

    • getMessage

      String getMessage()
    • getFilename

      String getFilename()
    • getLineno

      long getLineno()
    • getColno

      long getColno()
    • getError

      Object getError()