Package convex.core.lang.impl
Class HaltValue<T extends ACell>
java.lang.Object
convex.core.lang.impl.AExceptional
convex.core.lang.impl.AReturn
convex.core.lang.impl.HaltValue<T>
- Type Parameters:
T
- Type of return value
Class representing a halt return value
"Computers are useless. They can only give you answers." - Pablo Picasso
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HaltValue
-
-
Method Details
-
wrap
-
getValue
-
toString
-
getCode
Description copied from class:AExceptional
Returns the Exception code for this exceptional value- Specified by:
getCode
in classAExceptional
- Returns:
- Exception Code
-
getMessage
Description copied from class:AExceptional
Gets the message for an exceptional value. May or may not be meaningful.- Specified by:
getMessage
in classAExceptional
- Returns:
- Exception Message
-