org.codehaus.mojo.tools.project.extras
Class RequiredPOMPropertyMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.tools.project.extras.RequiredPOMPropertyMissingException
All Implemented Interfaces:
Serializable

public class RequiredPOMPropertyMissingException
extends Exception

See Also:
Serialized Form

Constructor Summary
RequiredPOMPropertyMissingException(MavenProject project, Set missingProperties)
           
RequiredPOMPropertyMissingException(MavenProject project, String property)
           
RequiredPOMPropertyMissingException(MavenProject project, String property, Throwable cause)
           
 
Method Summary
 String getLongMessage()
           
 Set getMissingProperties()
           
 MavenProject getProject()
           
 
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
 

Constructor Detail

RequiredPOMPropertyMissingException

public RequiredPOMPropertyMissingException(MavenProject project,
                                           String property,
                                           Throwable cause)

RequiredPOMPropertyMissingException

public RequiredPOMPropertyMissingException(MavenProject project,
                                           String property)

RequiredPOMPropertyMissingException

public RequiredPOMPropertyMissingException(MavenProject project,
                                           Set missingProperties)
Method Detail

getProject

public MavenProject getProject()

getMissingProperties

public Set getMissingProperties()

getLongMessage

public String getLongMessage()


Copyright © 2005-2008 Codehaus. All Rights Reserved.