Uses of Package
de.learnlib.exception
Packages that use de.learnlib.exception
Package
Description
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.reflectClassDescriptionA mapped exception allows one to gracefully handle exceptions thrown, e.g., during a
SUL's step methodby providing information about the output symbol that should be emitted instead and subsequent outputs. -
Classes in de.learnlib.exception used by de.learnlib.exceptionClassDescriptionA mapped exception allows one to gracefully handle exceptions thrown, e.g., during a
SUL's step methodby providing information about the output symbol that should be emitted instead and subsequent outputs.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.sulClassDescriptionA mapped exception allows one to gracefully handle exceptions thrown, e.g., during a
SUL's step methodby providing information about the output symbol that should be emitted instead and subsequent outputs.Unchecked exception class that can be used by implementors of aSULto wrap any exceptions that occur during theSUL.step(Object)methods.