Class RequiredItemMissingError
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- org.symphonyoss.s2.canon.parser.error.ParserError
-
- org.symphonyoss.s2.canon.parser.error.RequiredItemMissingError
-
public class RequiredItemMissingError extends ParserError
-
-
Constructor Summary
Constructors Constructor Description RequiredItemMissingError(String requiredItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequiredItem()-
Methods inherited from class org.symphonyoss.s2.canon.parser.error.ParserProblem
getLocation, getMessage, setLocation, toString
-
-