Serialized Form
-
Package net.sourceforge.pmd.lang
-
Exception net.sourceforge.pmd.lang.LanguageProcessorRegistry.LanguageTerminationException
class LanguageTerminationException extends RuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.ast
-
Exception net.sourceforge.pmd.lang.ast.FileAnalysisException
class FileAnalysisException extends org.apache.commons.lang3.exception.ContextedRuntimeException implements Serializable-
Serialized Fields
-
fileId
FileId fileId
-
-
-
Exception net.sourceforge.pmd.lang.ast.LexException
class LexException extends FileAnalysisException implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
Exception net.sourceforge.pmd.lang.ast.ParseException
class 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 following this token will (therefore) be the first error token.
-
-
-
Exception net.sourceforge.pmd.lang.ast.SemanticException
class SemanticException extends FileAnalysisException implements Serializable-
Serialized Fields
-
reported
boolean reported
-
-
-
-
Package net.sourceforge.pmd.lang.ast.impl.javacc
-
Exception net.sourceforge.pmd.lang.ast.impl.javacc.MalformedSourceException
class MalformedSourceException extends FileAnalysisException implements Serializable-
Serialized Fields
-
location
FileLocation location
-
-
-
-
Package net.sourceforge.pmd.lang.document
-
Exception net.sourceforge.pmd.lang.document.ReadOnlyFileException
class ReadOnlyFileException extends UnsupportedOperationException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule
-
Exception net.sourceforge.pmd.lang.rule.RuleSetLoadException
class RuleSetLoadException extends RuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule.xpath
-
Exception net.sourceforge.pmd.lang.rule.xpath.PmdXPathException
class PmdXPathException extends org.apache.commons.lang3.exception.ContextedRuntimeException implements Serializable
-
-
Package net.sourceforge.pmd.lang.rule.xpath.impl
-
Exception net.sourceforge.pmd.lang.rule.xpath.impl.XPathFunctionException
class XPathFunctionException extends Exception implements Serializable
-
-
Package net.sourceforge.pmd.properties
-
Exception net.sourceforge.pmd.properties.ConstraintViolatedException
class ConstraintViolatedException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
constraint
PropertyConstraint<?> constraint
-
-
-
-
Package net.sourceforge.pmd.util
-
Error net.sourceforge.pmd.util.ContextedAssertionError
class ContextedAssertionError extends AssertionError implements Serializable- serialVersionUID:
- -8919808081157463410L
-
Serialized Fields
-
exceptionContext
org.apache.commons.lang3.exception.DefaultExceptionContext exceptionContext
-
-
Error net.sourceforge.pmd.util.ContextedStackOverflowError
class ContextedStackOverflowError extends StackOverflowError implements Serializable- serialVersionUID:
- 4111035582093848670L
-
Serialized Fields
-
exceptionContext
org.apache.commons.lang3.exception.DefaultExceptionContext exceptionContext
-
-