public abstract class AbstractMojoExecutionException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
longMessage |
protected java.lang.Object |
source |
| Constructor and Description |
|---|
AbstractMojoExecutionException(java.lang.String message) |
AbstractMojoExecutionException(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLongMessage() |
java.lang.Object |
getSource() |
protected java.lang.Object source
protected java.lang.String longMessage