Class BoilerpipeProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BoilerpipeProcessingException
    extends java.lang.Exception
    Exception for signaling failure in the processing pipeline.
    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

      • BoilerpipeProcessingException

        public BoilerpipeProcessingException()
      • BoilerpipeProcessingException

        public BoilerpipeProcessingException​(java.lang.String message,
                                             java.lang.Throwable cause)
      • BoilerpipeProcessingException

        public BoilerpipeProcessingException​(java.lang.String message)
      • BoilerpipeProcessingException

        public BoilerpipeProcessingException​(java.lang.Throwable cause)