Provides helper methods to handle exceptions occurring during the execution of n-cube cells for the purpose of producing a visualization.
Modifiers | Name | Description |
---|---|---|
protected static ApplicationID |
appId |
Constructor and description |
---|
VisualizerHelper
(NCubeRuntimeClient runtimeClient, ApplicationID appId) |
Type Params | Return Type | Name and description |
---|---|---|
|
private static java.util.Set<java.lang.String> |
findMissingScope(java.util.Map<java.lang.String, java.lang.Object> scope, java.util.Set<java.lang.String> requiredKeys, java.util.Set mandatoryScopeKeys) |
|
protected static java.lang.Throwable |
getDeepestException(java.lang.Throwable e) |
|
protected static java.lang.String |
getExceptionMessage(java.lang.Throwable t, java.lang.Throwable e) |
|
protected static java.lang.StringBuilder |
handleCoordinateNotFoundException(CoordinateNotFoundException e, VisualizerInfo visInfo, VisualizerRelInfo relInfo) |
|
protected static java.lang.String |
handleException(java.lang.Throwable e) |
|
protected static java.lang.StringBuilder |
handleInvalidCoordinateException(InvalidCoordinateException e, VisualizerInfo visInfo, VisualizerRelInfo relInfo, java.util.Set mandatoryScopeKeys) |
|
protected static boolean |
handleUnboundScope(VisualizerInfo visInfo, VisualizerRelInfo relInfo, java.util.List<groovy.util.MapEntry> unboundAxesList) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |