Class FileParameterInvalidTypeException

    • Constructor Detail

      • FileParameterInvalidTypeException

        public FileParameterInvalidTypeException​(Throwable cause,
                                                 String invalidValue,
                                                 String invalidType,
                                                 String allowedValues,
                                                 SchedulerEntity causeObject,
                                                 String fieldName)
        The type specifier is invalid for the file reference.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        invalidValue - The value that is incorrect.
        invalidType - The type that is incorrect.
        allowedValues - A comma separated list of values that the user can use.
        causeObject - the object that caused the exception
        fieldName - Name of the field that caused the exception, null if not applicable.