public class JavetOutOfMemoryException extends JavetException
| Modifier and Type | Field and Description |
|---|---|
protected V8HeapStatistics |
v8HeapStatistics
The V8 heap statistics.
|
error, parameters| Constructor and Description |
|---|
JavetOutOfMemoryException(java.lang.String message,
V8HeapStatistics v8HeapStatistics)
Instantiates a new Javet out of memory exception.
|
| Modifier and Type | Method and Description |
|---|---|
V8HeapStatistics |
getV8HeapStatistics()
Gets V8 heap statistics.
|
getError, getParametersprotected V8HeapStatistics v8HeapStatistics
public JavetOutOfMemoryException(java.lang.String message,
V8HeapStatistics v8HeapStatistics)
message - the messagev8HeapStatistics - the V8 heap statisticspublic V8HeapStatistics getV8HeapStatistics()