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:
java.io.Serializable
- Direct Known Subclasses:
FilePermissionException
,MissingRegistryEntryException
,NativeIntegrationUnavailableException
,NoSuchFileException
,NotADirectoryException
,ResourceClosedException
public class NativeException extends java.lang.RuntimeException
Base exception for native integration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeException(java.lang.String message)
NativeException(java.lang.String message, java.lang.Throwable cause)
-