org.apache.maven.plugin
Class AbstractMojoExecutionException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.apache.maven.plugin.AbstractMojoExecutionException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - MojoExecutionException, MojoFailureException
 
public abstract class AbstractMojoExecutionException
- extends Exception
 
Base exception.
- Author:
 
  - Brett Porter
 
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
source
protected Object source
longMessage
protected String longMessage
AbstractMojoExecutionException
public AbstractMojoExecutionException(String message)
AbstractMojoExecutionException
public AbstractMojoExecutionException(String message,
                                      Throwable cause)
getLongMessage
public String getLongMessage()
 
getSource
public Object getSource()
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.