Package com.sun.jna.platform.win32
Klasse Win32Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jna.LastErrorException
com.sun.jna.platform.win32.Win32Exception
- Alle implementierten Schnittstellen:
- Serializable
Win32 exception.
- Autor:
- dblock[at]dblock[dot]org
- Siehe auch:
- 
KonstruktorübersichtKonstruktorenModifiziererKonstruktorBeschreibungWin32Exception(int code) New Win32 exception from an error code, usually obtained fromGetLastError.protectedWin32Exception(int code, WinNT.HRESULT hr) protectedWin32Exception(int code, WinNT.HRESULT hr, String msg) New Win32 exception from HRESULT.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibung(Package privat) voidaddSuppressedReflected(Throwable exception) getHR()Returns the error code of the error.Von Klasse geerbte Methoden com.sun.jna.LastErrorExceptiongetErrorCodeVon Klasse geerbte Methoden java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Konstruktordetails- 
Win32Exceptionpublic Win32Exception(int code) New Win32 exception from an error code, usually obtained fromGetLastError.- Parameter:
- code- Error code.
 
- 
Win32ExceptionNew Win32 exception from HRESULT.- Parameter:
- hr- HRESULT
 
- 
Win32Exception
- 
Win32Exception
 
- 
- 
Methodendetails- 
getHRReturns the error code of the error.- Gibt zurück:
- HRESULT value
 
- 
addSuppressedReflected
 
-