Package net.sf.statcvs.output
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.statcvs.output.ConfigurationException
- All Implemented Interfaces:
Serializable
Thrown on missing/illegal configuration arguments.
- Version:
- $Id: ConfigurationException.java,v 1.3 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Richard Cyganiak (richard@cyganiak.de)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Constructor- Parameters:
message
- error message
-