Interface SyntaxErrorNotifiable

All Known Implementing Classes:
SimpleFlexConfigGenerator

public interface SyntaxErrorNotifiable
This Class is used to notifie a class that implements this interface about a syntax error in the config file.
Author:
tk
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    syntaxError(String message, boolean fatal)
    Notifies the implementing class about a Syntax-Error in the config file.
  • Method Details

    • syntaxError

      void syntaxError(String message, boolean fatal)
      Notifies the implementing class about a Syntax-Error in the config file.
      Parameters:
      message - A message that describes the syntax error
      fatal -