public class ViewOps
extends java.lang.Object
Constructor and Description |
---|
ViewOps() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
resultToString(ExecutionReturn execReturn)
Returns a string representation of the given execution return value.
|
static java.lang.String |
warningToString(java.lang.String message,
CallMetadata callMetadata)
Returns a user-readable string containing the given message and the call meta data.
|
public static java.lang.String resultToString(ExecutionReturn execReturn)
public static java.lang.String warningToString(java.lang.String message, CallMetadata callMetadata)
message
- the message of the warning.callMetadata
- the data of the call in which the warning occured.