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
public class NativeException extends RuntimeException
Base exception for native integration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeException(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
-
-