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, toStringprotected String longMessage
public AbstractMojoExecutionException(String message)
public AbstractMojoExecutionException(String message, Throwable cause)
public String getLongMessage()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.