Class AuthorComponentException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=NOT_EXTENDABLE,
         src=PRIVATE)
    public class AuthorComponentException
    extends java.lang.Exception
    Thrown by the AuthorComponentProvider whenever the component is not used/initialized propertly.
    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

      • AuthorComponentException

        public AuthorComponentException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The message of the exception.
      • AuthorComponentException

        public AuthorComponentException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - The cause of the exception.