Serialized Form
-
Package net.sourceforge.pmd.lang
-
Class net.sourceforge.pmd.lang.LanguageProcessorRegistry.LanguageTerminationException extends RuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.ast
-
Class net.sourceforge.pmd.lang.ast.FileAnalysisException extends org.apache.commons.lang3.exception.ContextedRuntimeException implements Serializable
-
Serialized Fields
-
fileId
FileId fileId
-
-
-
Class net.sourceforge.pmd.lang.ast.LexException extends FileAnalysisException implements Serializable
-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
Class net.sourceforge.pmd.lang.ast.ParseException extends FileAnalysisException implements Serializable
-
Serialized Fields
-
location
@Nullable FileLocation location
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.
-
-
-
Class net.sourceforge.pmd.lang.ast.SemanticException extends FileAnalysisException implements Serializable
-
Serialized Fields
-
reported
boolean reported
-
-
-
-
Package net.sourceforge.pmd.lang.ast.impl.javacc
-
Class net.sourceforge.pmd.lang.ast.impl.javacc.MalformedSourceException extends FileAnalysisException implements Serializable
-
Serialized Fields
-
location
FileLocation location
-
-
-
-
Package net.sourceforge.pmd.lang.document
-
Class net.sourceforge.pmd.lang.document.ReadOnlyFileException extends UnsupportedOperationException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule
-
Class net.sourceforge.pmd.lang.rule.RuleSetLoadException extends RuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule.xpath
-
Class net.sourceforge.pmd.lang.rule.xpath.PmdXPathException extends org.apache.commons.lang3.exception.ContextedRuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule.xpath.impl
-
Class net.sourceforge.pmd.lang.rule.xpath.impl.XPathFunctionException extends Exception implements Serializable
-
-
Package net.sourceforge.pmd.properties
-
Class net.sourceforge.pmd.properties.ConstraintViolatedException extends IllegalArgumentException implements Serializable
-
Serialized Fields
-
constraint
PropertyConstraint<?> constraint
-
-
-
-
Package net.sourceforge.pmd.util
-
Class net.sourceforge.pmd.util.ContextedAssertionError extends AssertionError implements Serializable
- serialVersionUID:
- -8919808081157463410L
-
Serialized Fields
-
exceptionContext
org.apache.commons.lang3.exception.DefaultExceptionContext exceptionContext
-
-
Class net.sourceforge.pmd.util.ContextedStackOverflowError extends StackOverflowError implements Serializable
- serialVersionUID:
- 4111035582093848670L
-
Serialized Fields
-
exceptionContext
org.apache.commons.lang3.exception.DefaultExceptionContext exceptionContext
-
-