> ## Documentation Index
> Fetch the complete documentation index at: https://docs.canton.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Exercised

> This class contains information related to the result after a choice is exercised. Application code should not instantiate or subclass;

## Exercised - stable

Upstream docs: [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Exercised.html)

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public final class Exercised<R> extends Object
```

**Members**

| Docs                                                                                                                            | Member           | Introduced | Deprecated | Removed |
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Exercised.html#exerciseResult) | `exerciseResult` | `3.4.8`    | -          | -       |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.4.11/com/daml/ledger/javaapi/data/codegen/Exercised.html#toString%28%29) | `toString()`     | `3.4.8`    | -          | -       |
