org.codehaus.mojo.tools.project.extras
Class RequiredPOMPropertyMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.tools.project.extras.RequiredPOMPropertyMissingException
- All Implemented Interfaces:
- Serializable
public class RequiredPOMPropertyMissingException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequiredPOMPropertyMissingException
public RequiredPOMPropertyMissingException(MavenProject project,
String property,
Throwable cause)
RequiredPOMPropertyMissingException
public RequiredPOMPropertyMissingException(MavenProject project,
String property)
RequiredPOMPropertyMissingException
public RequiredPOMPropertyMissingException(MavenProject project,
Set missingProperties)
getProject
public MavenProject getProject()
getMissingProperties
public Set getMissingProperties()
getLongMessage
public String getLongMessage()
Copyright © 2005-2008 Codehaus. All Rights Reserved.