All Implemented Interfaces:
StateObject

public class BadExpressionStateObject extends SimpleStateObject
This wraps an invalid portion of the JPQL query that could not be parsed.
Since:
2.4
Version:
2.4
See Also:
  • Constructor Details

    • BadExpressionStateObject

      public BadExpressionStateObject(StateObject parent, String text)
      Creates a new BadExpressionStateObject.
      Parameters:
      parent - The parent of this state object, which cannot be null
      Throws:
      NullPointerException - The given parent cannot be null
  • Method Details