Uses of Class
net.sourceforge.pmd.lang.ast.FileAnalysisException
-
Packages that use FileAnalysisException Package Description net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC. -
-
Uses of FileAnalysisException in net.sourceforge.pmd.lang.ast
Subclasses of FileAnalysisException in net.sourceforge.pmd.lang.ast Modifier and Type Class Description classLexExceptionAn error thrown during lexical analysis of a file.classParseExceptionclassSemanticExceptionAn error that occurs after validating a file.Methods in net.sourceforge.pmd.lang.ast that return FileAnalysisException Modifier and Type Method Description FileAnalysisExceptionFileAnalysisException. setFileId(FileId fileId)static FileAnalysisExceptionFileAnalysisException. wrap(@NonNull FileId fileId, @NonNull String message, @NonNull Throwable cause)Wraps the cause into an analysis exception.Methods in net.sourceforge.pmd.lang.ast that throw FileAnalysisException Modifier and Type Method Description RootNodeParser. parse(Parser.ParserTask task)Parses an entire tree for this language. -
Uses of FileAnalysisException in net.sourceforge.pmd.lang.ast.impl.javacc
Subclasses of FileAnalysisException in net.sourceforge.pmd.lang.ast.impl.javacc Modifier and Type Class Description classMalformedSourceExceptionAFileAnalysisExceptionthrown when the source format is invalid, for example if some unicode escapes cannot be translated.
-