org.datanucleus.query.expression
Class PrimaryExpressionIsClassStaticFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.query.expression.PrimaryExpressionIsClassStaticFieldException
- All Implemented Interfaces:
- Serializable
public class PrimaryExpressionIsClassStaticFieldException
- extends NucleusException
Exception thrown when compiling a PrimaryExpression and we find that it really represents
a static field of a Class (literal), and so should be swapped in the Node tree.
- See Also:
- Serialized Form
Method Summary |
Field |
getLiteralField()
Accessor for the field that this primary expression represents. |
PrimaryExpressionIsClassStaticFieldException
public PrimaryExpressionIsClassStaticFieldException(Field fld)
getLiteralField
public Field getLiteralField()
- Accessor for the field that this primary expression represents.
- Returns:
- The field
Copyright © 2013. All Rights Reserved.