Class InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.uka.ipd.sdq.tcfmoop.config.exceptions.InvalidConfigException
-
- All Implemented Interfaces:
Serializable
public class InvalidConfigException extends Exception
An Exception thrown in case the parameters supplied to the Configuration classes are not valid- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConfigException
public InvalidConfigException(String message)
-
-