Class RssException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RssException
    extends java.lang.Throwable
    Signals that an exception has occurred while processing an RSS feed.
    Since:
    jcms-5.6.2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RssException​(java.lang.Throwable cause)
      Constructs a new RssException with the specified cause.
    • 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

      • RssException

        public RssException​(java.lang.Throwable cause)
        Constructs a new RssException with the specified cause.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)