public class UnhandledPlatformError extends Error
| Constructor and Description |
|---|
UnhandledPlatformError() |
UnhandledPlatformError(String message) |
UnhandledPlatformError(String message,
Throwable cause) |
UnhandledPlatformError(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnhandledPlatformError(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnhandledPlatformError()
public UnhandledPlatformError(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UnhandledPlatformError(String message)
public UnhandledPlatformError(Throwable cause)
Copyright © 2022 MicroStream Software. All rights reserved.