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 SemanticException
SemanticErrorReporter. error(Node location, String message, Object... formatArgs)
Report an error at the given location.@Nullable SemanticException
SemanticErrorReporter. getFirstError()
IfSemanticErrorReporter.error(Node, String, Object...)
has been called, return a semantic exception instance with the correct message.
-