Skip navigation links
JNA API 4.2.0
com.sun.jna.platform.win32.COM

Class COMException

    • Constructor Detail

      • COMException

        public COMException()
        Instantiates a new automation exception.
      • COMException

        public COMException(String message,
                            Throwable cause)
        Instantiates a new automation exception.
        Parameters:
        message - the message
        cause - the cause
      • COMException

        public COMException(String message)
        Instantiates a new automation exception.
        Parameters:
        message - the message
      • COMException

        public COMException(String message,
                            OaIdl.EXCEPINFO pExcepInfo,
                            IntByReference puArgErr)
        Instantiates a new automation exception.
        Parameters:
        message - the message
        pExcepInfo - the excep info
        puArgErr - the pu arg err
      • COMException

        public COMException(Throwable cause)
        Instantiates a new automation exception.
        Parameters:
        cause - the cause
    • Method Detail

      • getExcepInfo

        public OaIdl.EXCEPINFO getExcepInfo()
        Gets the excep info.
        Returns:
        the excep info
      • getArgErr

        public IntByReference getArgErr()
        Gets the arg err.
        Returns:
        the arg err
      • getuArgErr

        public int getuArgErr()
      • setuArgErr

        public void setuArgErr(int uArgErr)
JNA API 4.2.0

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