org.apache.maven.plugin
Class AbstractMojoExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MojoExecutionException, MojoFailureException
public abstract class AbstractMojoExecutionException
- extends java.lang.Exception
Base exception.
- Version:
- $Id: AbstractMojoExecutionException.java 291632 2005-09-26 14:40:17Z brett $
- Author:
- Brett Porter
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
longMessage
|
protected java.lang.Object |
source
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
source
protected java.lang.Object source
longMessage
protected java.lang.String longMessage
AbstractMojoExecutionException
public AbstractMojoExecutionException(java.lang.String message)
AbstractMojoExecutionException
public AbstractMojoExecutionException(java.lang.String message,
java.lang.Throwable cause)
getLongMessage
public java.lang.String getLongMessage()
getSource
public java.lang.Object getSource()
Copyright 2005 Apache Software Foundation. All Rights Reserved.