Class HandledProcessingException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(forRemoval=true,
                since="7")
    public class HandledProcessingException
    extends RuntimeException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be removed in Vespa 8. Only for internal use.
    Exception generated by known bad input in a docproc. Will cause only message to be logged, not stacktrace.
    Author:
    Mathias Mølster Lidal
    See Also:
    Serialized Form
    • Constructor Detail

      • HandledProcessingException

        public HandledProcessingException​(String message)
        Deprecated, for removal: This API element is subject to removal in a future version.