Uses of Package
de.learnlib.exception
-
Packages that use de.learnlib.exception Package Description de.learnlib.driver.reflect de.learnlib.exception de.learnlib.sul This package (and related packages) contains interfaces and classes for formalizing access to systems under learning (SULs). -
Classes in de.learnlib.exception used by de.learnlib.driver.reflect Class Description MappedException A mapped exception allows one to gracefully handle exceptions thrown, e.g., during aSUL's step method
by providing information about the output symbol that should be emitted instead and subsequent outputs. -
Classes in de.learnlib.exception used by de.learnlib.exception Class Description MappedException A mapped exception allows one to gracefully handle exceptions thrown, e.g., during aSUL's step method
by providing information about the output symbol that should be emitted instead and subsequent outputs.SULException Unchecked exception class that can be used by implementors of aSUL
to wrap any exceptions that occur during theSUL.step(Object)
methods. -
Classes in de.learnlib.exception used by de.learnlib.sul Class Description MappedException A mapped exception allows one to gracefully handle exceptions thrown, e.g., during aSUL's step method
by providing information about the output symbol that should be emitted instead and subsequent outputs.SULException Unchecked exception class that can be used by implementors of aSUL
to wrap any exceptions that occur during theSUL.step(Object)
methods.