Package EOorg.EOeolang
Class EOerror
- java.lang.Object
-
- org.eolang.PhDefault
-
- EOorg.EOeolang.EOerror
-
public final class EOerror extends PhDefault implements Atom
ERROR.You are NOT supposed to use this object programmatically. It is only used from EO, but not from Java. From Java you just throw
ExFailure
. It will be properly caught and converted to the error. Again, DON'T USE THIS OBJECT PROGRAMMATICALLY.- Since:
- 0.22
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EOerror.ExError
This exception is thrown by theEOerror
object only.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Phi
lambda()
Executes λ function and calculates object.static String
message(Throwable exp)
Make a message from an exception.
-