|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.query.expression.PrimaryExpressionIsClassLiteralException
public class PrimaryExpressionIsClassLiteralException
Exception thrown when compiling a PrimaryExpression and we find that it really represents a Class literal, and so should be swapped in the Node tree.
| Constructor Summary | |
|---|---|
PrimaryExpressionIsClassLiteralException(java.lang.Class cls)
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getLiteralClass()
Accessor for the class that this primary expression represents. |
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| 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 |
|---|
public PrimaryExpressionIsClassLiteralException(java.lang.Class cls)
| Method Detail |
|---|
public java.lang.Class getLiteralClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||