org.sonatype.gossip
Class MissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonatype.gossip.ConfigurationException
                  extended by org.sonatype.gossip.MissingPropertyException
All Implemented Interfaces:
java.io.Serializable

public class MissingPropertyException
extends ConfigurationException

Thrown to indicate a required configuration property is missing.

Since:
1.0
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 © 2008-2010 Sonatype. All Rights Reserved.