Package com.sun.jna

Klasse LastErrorException

Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
Win32Exception

public class LastErrorException extends RuntimeException
Exception representing a non-zero error code returned in either errno or GetLastError().
Siehe auch:
  • Konstruktordetails

    • LastErrorException

      public LastErrorException(String msg)
    • LastErrorException

      public LastErrorException(int code)
    • LastErrorException

      protected LastErrorException(int code, String msg)
  • Methodendetails

    • getErrorCode

      public int getErrorCode()
      Gibt zurück:
      The reported error code