Klasse Rasapi32Util.Ras32Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jna.platform.win32.Rasapi32Util.Ras32Exception
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Rasapi32Util

public static class Rasapi32Util.Ras32Exception extends RuntimeException
Exceptions
Siehe auch:
  • Konstruktordetails

    • Ras32Exception

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

    • getCode

      public int getCode()
      Returns the error code of the error.
      Gibt zurück:
      Error code.