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 TypeMethodDescriptionvoidsyntaxError(String message, boolean fatal) Notifies the implementing class about a Syntax-Error in the config file.
-
Method Details
-
syntaxError
Notifies the implementing class about a Syntax-Error in the config file.- Parameters:
message- A message that describes the syntax errorfatal-
-