org.codehaus.groovy.maven.gossip.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.maven.gossip.config.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MissingPropertyException
public class ConfigurationException
- extends java.lang.RuntimeException
Thrown to indicate a failure has occured while configuring Gossip.
- Version:
- $Id: ConfigurationException.java 13170 2008-08-10 05:52:27Z user57 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
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 |
ConfigurationException
public ConfigurationException()
ConfigurationException
public ConfigurationException(java.lang.String message)
ConfigurationException
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
ConfigurationException
public ConfigurationException(java.lang.Throwable cause)
Copyright © 2006-2011 Codehaus. All Rights Reserved.