org.datanucleus.query.expression
Class PrimaryExpressionIsClassLiteralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.datanucleus.exceptions.NucleusException
                  extended by org.datanucleus.query.expression.PrimaryExpressionIsClassLiteralException
All Implemented Interfaces:
Serializable

public class PrimaryExpressionIsClassLiteralException
extends NucleusException

Exception thrown when compiling a PrimaryExpression and we find that it really represents a Class literal, and so should be swapped in the expression tree.

See Also:
Serialized Form

Constructor Summary
PrimaryExpressionIsClassLiteralException(Class cls)
           
 
Method Summary
 Literal getLiteral()
          Accessor for the Literal that this primary expression should be swapped for.
 
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimaryExpressionIsClassLiteralException

public PrimaryExpressionIsClassLiteralException(Class cls)
Method Detail

getLiteral

public Literal getLiteral()
Accessor for the Literal that this primary expression should be swapped for.

Returns:
The literal


Copyright © 2013. All Rights Reserved.