public static class Stream.StateException
extends java.lang.IllegalStateException
| Modifier and Type | Field and Description |
|---|---|
Stream.State |
currentState |
| Constructor and Description |
|---|
StateException(Stream.State currentState,
java.lang.String message)
Constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final Stream.State currentState
public StateException(Stream.State currentState, java.lang.String message)
currentState - The state of the streammessage - The message that has to be passed along