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:
Serializable
Direct Known Subclasses:
MojoExecutionException, MojoFailureException

public abstract class AbstractMojoExecutionException
extends Exception

Base exception.

Author:
Brett Porter
See Also:
Serialized Form

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

longMessage

protected String longMessage
Constructor Detail

AbstractMojoExecutionException

public AbstractMojoExecutionException(String message)

AbstractMojoExecutionException

public AbstractMojoExecutionException(String message,
                                      Throwable cause)
Method Detail

getLongMessage

public String getLongMessage()

getSource

public Object getSource()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.