public class RuntimeGraphError extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeGraphError.Multi
When multiple errors occur.
|
static class |
RuntimeGraphError.Stall
An internal error when the main thread is waiting yet there are no other
active threads to complete the task(s) being waited on.
|
static class |
RuntimeGraphError.Timeout |
| Constructor and Description |
|---|
RuntimeGraphError(String message) |
RuntimeGraphError(String message,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.