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