org.datanucleus.query.expression
Class PrimaryExpressionIsVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.query.expression.PrimaryExpressionIsVariableException
- All Implemented Interfaces:
- Serializable
public class PrimaryExpressionIsVariableException
- extends NucleusException
Exception thrown when compiling a PrimaryExpression and we find that it really represents
an implicit variable, and so should be swapped in the expression tree.
- See Also:
- Serialized Form
PrimaryExpressionIsVariableException
public PrimaryExpressionIsVariableException(String varName)
getVariableExpression
public VariableExpression getVariableExpression()
- Accessor for the VariableExpression that this primary expression should be swapped for.
- Returns:
- The VariableExpression
Copyright © 2013. All Rights Reserved.