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 class
EOerror.ExError
This exception is thrown by theEOerror
object only. -
Uses of ExAbstract in org.eolang
Subclasses of ExAbstract in org.eolang Modifier and Type Class Description class
ExFailure
Common exception.class
ExInterrupted
Exception to control threads interruptions.class
ExNative
Exception in native method.class
ExReadOnly
The exception raised when trying to put() an attribute, which is read-only.class
ExUnset
The exception raised when trying to get() an attribute, which is still abstract.
-