public static class Exceptions.ValueCause extends RuntimeException
| Constructor and Description |
|---|
ValueCause(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 |
|---|---|
Object |
getValue()
Retrieve the item that the component was trying to emit at the time this exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueCause(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 exceptionpublic Object getValue()
Copyright © 2016. All rights reserved.