Uses of Class
dev.civl.sarl.IF.SARLException
Packages that use SARLException
Package
Description
This package and its subpackages provide the "public interface" to SARL.
The config module provides a
SARLConfig type, which
encapsulates configuration information such as the list of available theorem
provers with information on each.-
Uses of SARLException in dev.civl.sarl.IF
Subclasses of SARLException in dev.civl.sarl.IFModifier and TypeClassDescriptionclassAn exception that occurs when an index is out of bounds.classA SARL internal exception represents an error that is "not supposed to happen." It can be used like an assertion, whenever you feel that something should always be true.class -
Uses of SARLException in dev.civl.sarl.IF.config
Methods in dev.civl.sarl.IF.config that throw SARLExceptionModifier and TypeMethodDescriptionstatic SARLConfigConfigurations.newConfiguration(File configFile) Parses the specified SARL configuration file.