Module de.ibapl.jnhw.common
Package de.ibapl.jnhw.common.exception
Class NoSuchNativeMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ibapl.jnhw.common.exception.NoSuchNativeMethodException
-
- All Implemented Interfaces:
Serializable
public class NoSuchNativeMethodException extends Exception
Thrown, if a method is not available on this specific platform.- Author:
- aploese
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchNativeMethodException()NoSuchNativeMethodException(String methodName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchNativeMethodException
public NoSuchNativeMethodException()
-
NoSuchNativeMethodException
public NoSuchNativeMethodException(String methodName)
-
-