Class QueryFormatException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class QueryFormatException extends CoreRuntimeException
Throw when a reusable query has an invalid format.
See Also:
Serialized Form
  • Constructor Details

    • QueryFormatException

      public QueryFormatException(String query)
      Parameters:
      query - the serialized query as a string.