org.codehaus.groovy.maven.gossip.config
Class MissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.groovy.maven.gossip.config.ConfigurationException
                  extended by org.codehaus.groovy.maven.gossip.config.MissingPropertyException
All Implemented Interfaces:
java.io.Serializable

public class MissingPropertyException
extends ConfigurationException

Thrown to indicate a required configuration property is missing.

Version:
$Id: MissingPropertyException.java 13171 2008-08-10 05:57:07Z user57 $
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
MissingPropertyException(java.lang.String name)
           
 
Method Summary
 
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

MissingPropertyException

public MissingPropertyException(java.lang.String name)


Copyright © 2006-2011 Codehaus. All Rights Reserved.