public static class Exceptions.ValueCause
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ValueCause(java.lang.Object value)
Create a
CauseValue exception and include in its error message a string representation of
the item that was intended to be emitted at the time the exception was handled. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue()
Retrieve the item that the component was trying to emit at the time this exception occurred.
|
public ValueCause(java.lang.Object value)
CauseValue exception and include in its error message a string representation of
the item that was intended to be emitted at the time the exception was handled.value - the item that the component was trying to emit at the time of the exception