org.apache.maven.plugin
Class AbstractMojoExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
protected  java.lang.String longMessage
           
protected  java.lang.Object source
           
 
Constructor Summary
AbstractMojoExecutionException(java.lang.String message)
           
AbstractMojoExecutionException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getLongMessage()
           
 java.lang.Object getSource()
           
 
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
 

Field Detail

source

protected java.lang.Object source

longMessage

protected java.lang.String longMessage
Constructor Detail

AbstractMojoExecutionException

public AbstractMojoExecutionException(java.lang.String message)

AbstractMojoExecutionException

public AbstractMojoExecutionException(java.lang.String message,
                                      java.lang.Throwable cause)
Method Detail

getLongMessage

public java.lang.String getLongMessage()

getSource

public java.lang.Object getSource()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.