Package 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.- Author:
- Brett Porter
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
longMessage
protected java.lang.Object
source
-
Constructor Summary
Constructors Constructor Description AbstractMojoExecutionException(java.lang.String message)
AbstractMojoExecutionException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLongMessage()
java.lang.Object
getSource()
-