Package net.rubygrapefruit.platform
Class NativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rubygrapefruit.platform.NativeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FilePermissionException
,MissingRegistryEntryException
,NativeIntegrationUnavailableException
,NoSuchFileException
,NotADirectoryException
,ResourceClosedException
Base exception for native integration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeException
(String message) NativeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeException
-
NativeException
-