Class UnknownFormatWarning
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- org.symphonyoss.s2.canon.parser.error.ParserWarning
-
- org.symphonyoss.s2.canon.parser.error.UnknownFormatWarning
-
public class UnknownFormatWarning extends ParserWarning
-
-
Constructor Summary
Constructors Constructor Description UnknownFormatWarning(String format)UnknownFormatWarning(String format, String hint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()StringgetHint()-
Methods inherited from class org.symphonyoss.s2.canon.parser.error.ParserProblem
getLocation, getMessage, setLocation, toString
-
-