com.sun.jna

Class LastErrorException

public class LastErrorException extends RuntimeException

Exception representing a non-zero error code returned in either errno or GetLastError().
Field Summary
interrorCode
Constructor Summary
LastErrorException(String msg)
LastErrorException(int code)

Field Detail

errorCode

public int errorCode

Constructor Detail

LastErrorException

public LastErrorException(String msg)

LastErrorException

public LastErrorException(int code)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.