public abstract class AbstractMojoExecutionException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
| protected String | longMessage | 
| protected Object | source | 
| Constructor and Description | 
|---|
| AbstractMojoExecutionException(String message) | 
| AbstractMojoExecutionException(String message,
                              Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLongMessage() | 
| Object | getSource() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractMojoExecutionException(String message)
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.