Package EOorg.EOeolang
Class EOerror.ExError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eolang.ExAbstract
EOorg.EOeolang.EOerror.ExError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EOerror
This exception is thrown by the
EOerror object only.
You are not supposed to use it anywhere else!
- Since:
- 0.24
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ExError
Ctor.- Parameters:
enclosure- Enclosure inside the error
-
ExError
Ctor.- Parameters:
cause- Previous errormessage- New message
-
ExError
Ctor.- Parameters:
cause- Previous errormessage- New message
-
ExError
Ctor.- Parameters:
enclosure- Enclosure inside the errorbefore- Messages seen before
-
-
Method Details