Uses of Class
net.sourceforge.pmd.lang.ast.SemanticException
-
Packages that use SemanticException Package Description net.sourceforge.pmd.lang.ast -
-
Uses of SemanticException in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return SemanticException Modifier and Type Method Description SemanticExceptionSemanticErrorReporter. error(Node location, String message, Object... formatArgs)Report an error at the given location.@Nullable SemanticExceptionSemanticErrorReporter. getFirstError()IfSemanticErrorReporter.error(Node, String, Object...)has been called, return a semantic exception instance with the correct message.
-