Class HandledProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.docproc.impl.HandledProcessingException
All Implemented Interfaces:
Serializable

public class HandledProcessingException extends RuntimeException
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:
  • Constructor Details

    • HandledProcessingException

      public HandledProcessingException(String message)