StateError

public final class CompletionError.StateError
extends CompletionError

| Modifier and Type | Class | Description | | --- | --- | --- | | | | Nested Classes |

| Modifier and Type | Field | Description | | --- | --- | --- | | private final String | message | | | | | Fields |

| Constructor | Description | | --- | --- | | CompletionError.StateError(String message) | | | | | Constructors |

| Enum Constant | Description | | --- | --- | --- | | | | Enum Constants

All Methods

| Modifier and Type | Method | Description | | --- | --- | --- |

getMessage - ### Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

      CompletionError.StateError(String message)
      ```

- ### Method Detail