Skip navigation links
JNA API 3.5.2-SNAPSHOT
com.sun.jna.platform.win32

Class Win32Exception

  • All Implemented Interfaces:
    java.io.Serializable


    public class Win32Exception
    extends java.lang.RuntimeException
    Win32 exception.
    Author:
    dblock[at]dblock[dot]org
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Win32Exception(int code)
      New Win32 exception from an error code, usually obtained from GetLastError.
      Win32Exception(WinNT.HRESULT hr)
      New Win32 exception from HRESULT.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      WinNT.HRESULT getHR()
      Returns the error code of the error.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Win32Exception

        public Win32Exception(WinNT.HRESULT hr)
        New Win32 exception from HRESULT.
        Parameters:
        hr - HRESULT
      • Win32Exception

        public Win32Exception(int code)
        New Win32 exception from an error code, usually obtained from GetLastError.
        Parameters:
        code - Error code.
    • Method Detail

      • getHR

        public WinNT.HRESULT getHR()
        Returns the error code of the error.
        Returns:
        Error code.
JNA API 3.5.2-SNAPSHOT

Copyright © 2007-2019 Timothy Wall. All Rights Reserved.