Class ParameterWrongTypeException

    • Constructor Detail

      • ParameterWrongTypeException

        public ParameterWrongTypeException​(Throwable cause,
                                           String expectedType,
                                           String receivedType,
                                           SchedulerEntity causeObject,
                                           String fieldName)
        A Parameter was set, but using the wrong type of data.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        expectedType - The type that the Parameter was expecting.
        receivedType - The type that the Parameter was given.
        causeObject - the object that caused the exception
        fieldName - Name of the field that caused the exception, null if not applicable.