Package net.sourceforge.pmd.lang.vf.ast
Class ASTExpression.DataNodeStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.pmd.lang.vf.ast.ASTExpression.DataNodeStateException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ASTExpression
public static final class ASTExpression.DataNodeStateException extends Exception
Thrown in cases where the the Identifiers in this node aren't ALL successfully parsed in a call toASTExpression.getDataNodes()
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataNodeStateException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-