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