Class StructuralCausalModel.CyclicDependencyException
java.lang.Object
java.lang.Throwable
org.tweetyproject.causal.syntax.StructuralCausalModel.CyclicDependencyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
StructuralCausalModel
Thrown to indicate that the structural equations of a causal model contain a cyclic dependency
- Author:
- Julian Sander, Lars Bengel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCyclicDependencyException(String message) Constructs a CyclicDependencyException with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicDependencyException
Constructs a CyclicDependencyException with the specified detail message- Parameters:
message- the detail message
-