Uses of Package
de.learnlib.exception
-
Packages that use de.learnlib.exception 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). -
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 methodby 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 aSULto 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 methodby 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 aSULto wrap any exceptions that occur during theSUL.step(Object)methods.