Class SubscriptionExtractor.InvalidSourceException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SubscriptionExtractor

    public static class SubscriptionExtractor.InvalidSourceException
    extends ParsingException
    Exception that should be thrown when the input do not contain valid content that the extractor can parse (e.g. nonexistent user in case of a url extraction).
    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

      • InvalidSourceException

        public InvalidSourceException()
      • InvalidSourceException

        public InvalidSourceException​(@Nullable
                                      java.lang.String detailMessage)
      • InvalidSourceException

        public InvalidSourceException​(java.lang.Throwable cause)
      • InvalidSourceException

        public InvalidSourceException​(@Nullable
                                      java.lang.String detailMessage,
                                      java.lang.Throwable cause)