Uses of Class
de.learnlib.exception.SULException
-
Packages that use SULException 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 SULException in de.learnlib.exception
Methods in de.learnlib.exception with parameters of type SULException Modifier and Type Method Description static <O> MappedException<O>
MappedException. pass(SULException exception)
-
Uses of SULException in de.learnlib.sul
Methods in de.learnlib.sul with parameters of type SULException Modifier and Type Method Description default MappedException<? extends AO>
SULMapper. mapWrappedException(SULException exception)
Maps a wrappedSULException
to an abstract output symbol, or rethrows it if it is unmappable.
-