Class ParamNotSetException

All Implemented Interfaces:
Serializable

public class ParamNotSetException extends RuntimeException
ParamNotSetException is thrown when unbound parameters are found before query execution
Author:
tiwe
See Also:
  • Constructor Details

    • ParamNotSetException

      public ParamNotSetException(ParamExpression<?> param)