Klasse Win32Exception

Alle implementierten Schnittstellen:
Serializable

public class Win32Exception extends LastErrorException
Win32 exception.
Autor:
dblock[at]dblock[dot]org
Siehe auch:
  • Konstruktordetails

    • Win32Exception

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

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

      protected Win32Exception(int code, WinNT.HRESULT hr)
    • Win32Exception

      protected Win32Exception(int code, WinNT.HRESULT hr, String msg)
  • Methodendetails

    • getHR

      public WinNT.HRESULT getHR()
      Returns the error code of the error.
      Gibt zurück:
      HRESULT value
    • addSuppressedReflected

      void addSuppressedReflected(Throwable exception)