Package com.sun.jna
Klasse LastErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jna.LastErrorException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
Win32Exception
Exception representing a non-zero error code returned in either
errno
or GetLastError()
.- Siehe auch:
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungLastErrorException
(int code) protected
LastErrorException
(int code, String msg) LastErrorException
(String msg) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
LastErrorException
-
LastErrorException
public LastErrorException(int code) -
LastErrorException
-
-
Methodendetails
-
getErrorCode
public int getErrorCode()- Gibt zurück:
- The reported error code
-