Class BadArgException

  • All Implemented Interfaces:
    Serializable

    public class BadArgException
    extends FunctionArgException
    Thrown when the argument to a function is not an accepted type.

    Created by Jeff Gaynor
    on 4/17/22 at 6:07 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • BadArgException

        public BadArgException​(Statement statement)
      • BadArgException

        public BadArgException​(String message,
                               Statement statement)
      • BadArgException

        public BadArgException​(String message,
                               int argIndex)
        Pass in the index of the bad argument (in a QDLFunction implementation to get filled in by the error handler.
        Parameters:
        message -
        argIndex -
    • Method Detail

      • getArgIndex

        public int getArgIndex()
      • setArgIndex

        public void setArgIndex​(int argIndex)