handleMessage abstract method

void handleMessage(
  1. int errorCode,
  2. Location msgLocation,
  3. Location errorLocation,
  4. String filename,
  5. List<String> errorInfo,
)

When a location is undefined, the value of its offset is 0.

@param errorCode @param msgLocation @param errorLocation @param filename @param errorInfo

Implementation

void handleMessage(int errorCode, Location msgLocation,
    Location errorLocation, String filename, List<String> errorInfo);