Package org.eolang
Interface Attr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Attr.FlowException
Control flow exception (seeEOgoto
for a good example of its usage).static class
Attr.IllegalAttrException
The exception raised when something is not right inside attributes.static class
Attr.ReadOnlyException
The exception raised when trying to put() an attribute, which is read-only.static class
Attr.StillAbstractException
The exception raised when trying to get() an attribute, which is still abstract.
-