Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLongMessage (0.05 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/MojoException.java

         *              A {@code null} value is permitted, and indicates that the cause is nonexistent or unknown.
         */
        public MojoException(Throwable cause) {
            super(cause);
        }
    
        public String getLongMessage() {
            return longMessage;
        }
    
        public Object getSource() {
            return source;
        }
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top