Uses of Class
org.eolang.ExAbstract
-
Packages that use ExAbstract Package Description EOorg.EOeolang EO runtime.org.eolang EO runtime. -
-
Uses of ExAbstract in EOorg.EOeolang
Subclasses of ExAbstract in EOorg.EOeolang Modifier and Type Class Description static classEOerror.ExErrorThis exception is thrown by theEOerrorobject only. -
Uses of ExAbstract in org.eolang
Subclasses of ExAbstract in org.eolang Modifier and Type Class Description classExFailureCommon exception.classExFlowControl flow exception (seeEOgotofor a good example of its usage).classExInterruptedException to control threads interruptions.classExReadOnlyThe exception raised when trying to put() an attribute, which is read-only.classExUnsetThe exception raised when trying to get() an attribute, which is still abstract.
-