Package net.sourceforge.pmd.lang.ast
Class SemanticException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.pmd.lang.ast.FileAnalysisException
-
- net.sourceforge.pmd.lang.ast.SemanticException
-
- All Implemented Interfaces:
Serializable
public class SemanticException extends FileAnalysisException
An error that occurs after validating a file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SemanticException()
SemanticException(String message)
SemanticException(String message, Throwable cause)
SemanticException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.sourceforge.pmd.lang.ast.FileAnalysisException
errorKind, getFileName, getMessage, hasFileName, positionToString, setFileName, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-