Class ParserWarning
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- org.symphonyoss.s2.canon.parser.error.ParserWarning
-
- Direct Known Subclasses:
UnknownFormatWarning
public class ParserWarning extends ParserProblem
-
-
Constructor Summary
Constructors Constructor Description ParserWarning(String format, Object... args)
-
Method Summary
-
Methods inherited from class org.symphonyoss.s2.canon.parser.error.ParserProblem
getLocation, getMessage, setLocation, toString
-
-