Uses of Class
de.learnlib.exception.MappedException
-
Packages that use MappedException Package Description de.learnlib.exception de.learnlib.sul This package (and related packages) contains interfaces and classes for formalizing access to systems under learning (SULs). -
-
Uses of MappedException in de.learnlib.exception
Methods in de.learnlib.exception that return MappedException Modifier and Type Method Description static <O> MappedException<O>MappedException. ignoreAndContinue(O output)static <O> MappedException<O>MappedException. pass(SULException exception)static <O> MappedException<O>MappedException. repeatOutput(O output)static <O> MappedException<O>MappedException. repeatOutput(O thisStepOutput, O subsequentOutput) -
Uses of MappedException in de.learnlib.sul
Methods in de.learnlib.sul that return MappedException Modifier and Type Method Description default MappedException<? extends AO>SULMapper. mapUnwrappedException(RuntimeException exception)Maps an unwrappedRuntimeExceptionto an abstract output symbol, or rethrows it if it is unmappable.default MappedException<? extends AO>SULMapper. mapWrappedException(SULException exception)Maps a wrappedSULExceptionto an abstract output symbol, or rethrows it if it is unmappable.
-