Class PartialTransitionAnalyzer.HypothesisModificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.learnlib.algorithm.adt.api.PartialTransitionAnalyzer.HypothesisModificationException
All Implemented Interfaces:
Serializable
Enclosing interface:
PartialTransitionAnalyzer<S,I>

public static class PartialTransitionAnalyzer.HypothesisModificationException extends RuntimeException
A helper exception to interrupt computations on an invalid hypothesis. Does not record the stacktrace when thrown (to improve performance)
See Also: