Interface WarningHandler

All Known Implementing Classes:
Compiler.SimpleWarningHandler, FilterWarningHandler

public interface WarningHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleWarning(String handle, String message, Location optionalLocation)
     
  • Method Details