Class TryXmlAdapter.TryElement
java.lang.Object
dmx.fun.jakarta.jaxb.TryXmlAdapter.TryElement
- Enclosing class:
TryXmlAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Present when the computation succeeded;nullotherwise. -
error
Present when the computation failed; holds the exception message.
-
-
Constructor Details
-
TryElement
public TryElement()JAXB-required no-arg constructor.
-