Class QueryStructureException

All Implemented Interfaces:
Serializable

@Beta public class QueryStructureException extends IllegalStateException
Exception reported when the proposed query has a structural problem. This may be either a mismatch with underlying schema, a value type problem, or a general DTO relationship issue.
See Also:
  • Constructor Details

    • QueryStructureException

      public QueryStructureException(String message)
    • QueryStructureException

      public QueryStructureException(String message, Throwable cause)