Package org.apache.maven
Class MavenExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.MavenExecutionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DuplicateProjectException,InternalErrorException,MissingModuleException
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMavenExecutionException(String message, File pomFile) MavenExecutionException(String message, File pomFile, ProjectBuildingException cause) MavenExecutionException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MavenExecutionException
 - 
MavenExecutionException
 - 
MavenExecutionException
 
 - 
 - 
Method Details
- 
getPomFile
 
 -