Class HandledProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HandledProcessingException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HandledProcessingException

        public HandledProcessingException​(java.lang.String message)