Class ParserProblem
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- Direct Known Subclasses:
ParserError,ParserInfo,ParserWarning
public class ParserProblem extends Object
-
-
Constructor Summary
Constructors Constructor Description ParserProblem(String format, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetMessage()voidsetLocation(String location)StringtoString()
-