public class PlatformException extends Exception
The typical occurrence is to try to start an application on a platform that is simply no t running at all.
| Constructor and Description |
|---|
PlatformException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlatformException(Throwable cause)
cause - the causeCopyright © 2014–2023. All rights reserved.