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.Methods in net.sourceforge.pmd.lang.ast with parameters of type SemanticException Modifier and Type Method Description default void
SemanticErrorReporter. acceptError(SemanticException e)
If the given error has not been reported yet (wasReported()
), report it using this logger.
-