Class PluginInvalidInputException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()
      Return the cause of this exception (if any) as specified in the exception constructor.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • PluginInvalidInputException

        public PluginInvalidInputException​(java.lang.Throwable cause)
        Parameters:
        cause - underlying exception that caused this to be thrown
      • PluginInvalidInputException

        public PluginInvalidInputException​(java.lang.String msg)
        Parameters:
        msg - describes the reason this exception is being thrown.
      • PluginInvalidInputException

        public PluginInvalidInputException​(java.lang.String msg,
                                           java.lang.Throwable cause)
        Parameters:
        msg - describes the reason this exception is being thrown.
        cause - underlying exception that caused this to be thrown
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Return the cause of this exception (if any) as specified in the exception constructor.
        Overrides:
        getCause in class PluginException
        Returns:
        the underlying exception that caused this to be thrown
        Since:
        1.8