Class FileParameterMissingTypeException

    • Constructor Detail

      • FileParameterMissingTypeException

        public FileParameterMissingTypeException​(Throwable cause,
                                                 String invalidValue,
                                                 String allowedValues,
                                                 SchedulerEntity causeObject,
                                                 String fieldName)
        The type of the file reference is missing.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        invalidValue - The value 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.