Class AbstractMojoExecutionException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String longMessage  
      protected java.lang.Object source  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLongMessage()  
      java.lang.Object getSource()  
      • 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
    • Field Detail

      • source

        protected java.lang.Object source
      • longMessage

        protected java.lang.String longMessage
    • Constructor Detail

      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(java.lang.String message)
      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(java.lang.String message,
                                              java.lang.Throwable cause)
      • AbstractMojoExecutionException

        public AbstractMojoExecutionException​(java.lang.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 java.lang.String getLongMessage()
      • getSource

        public java.lang.Object getSource()