public interface IInteractiveReturn
Modifier and Type | Method and Description |
---|---|
Object |
getException()
Return the exception details, or
null if there was no exception. |
Object |
getResult()
Get the result of running the code, or
null if there is no return value. |
Object getException()
null
if there was no exception.
This method may return a fully constructed Java exception is possible, if not possible, this method returns the message for an exception.Object getResult()
null
if there is no return value.