Class AbstractMojoExecutionException

    • Field Detail

      • source

        protected Object source
      • longMessage

        protected String longMessage
    • Constructor Detail

      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(String message)
      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(String message,
                                              Throwable cause)
      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(Throwable cause)
        Constructs a new AbstractMojoExecutionException exception wrapping an underlying Throwable.
        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.
        Since:
        3.8.3
    • Method Detail

      • getLongMessage

        public String getLongMessage()
      • getSource

        public Object getSource()