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.
- Version:
- $Id: AbstractMojoExecutionException.java 291632 2005-09-26 14:40:17Z brett $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
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-2001-2006 Apache Software Foundation. All Rights Reserved.