Package io.github.jwharm.javagi.base
Class UnsupportedPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.jwharm.javagi.base.UnsupportedPlatformException
- All Implemented Interfaces:
Serializable
This exception is thrown when a function is run on a platform where it is
not available.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedPlatformException
(String message) Create a new UnsupportedPlatformException with the provided message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedPlatformException
Create a new UnsupportedPlatformException with the provided message.- Parameters:
message
- the exception message
-