Module de.learnlib.algorithm.adt
Package de.learnlib.algorithm.adt.api
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-