Class QueryCompilerSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.exceptions.NucleusUserException
-
- org.datanucleus.store.query.compiler.QueryCompilerSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryCompilerSyntaxException extends NucleusUserException
Exception thrown when a query compiler finds an error relative to the expected syntax.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description QueryCompilerSyntaxException(java.lang.String msg)
QueryCompilerSyntaxException(java.lang.String msg, int position, java.lang.String stringToCompile)
-
Method Summary
-
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-