Class FCCWeaverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.port.FCCWeaverException
- All Implemented Interfaces:
Serializable
The Exception class for the
FCCModule
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FCCWeaverException
Create Exception by message.- Parameters:
message
- the message
-