Class QueryCompilerSyntaxException

All Implemented Interfaces:
Serializable

public class QueryCompilerSyntaxException extends NucleusUserException
Exception thrown when a query compiler finds an error relative to the expected syntax.
See Also:
  • Field Details

  • Constructor Details

    • QueryCompilerSyntaxException

      public QueryCompilerSyntaxException(String msg, int position, String stringToCompile)
    • QueryCompilerSyntaxException

      public QueryCompilerSyntaxException(String msg)