Class DdemlUtil.DdemlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jna.platform.win32.DdemlUtil.DdemlException
All Implemented Interfaces:
Serializable
Enclosing class:
DdemlUtil

public static class DdemlUtil.DdemlException extends RuntimeException
DdemlException wraps error codes reported by the DDEML functions as an exception.
See Also:
  • Constructor Details

    • DdemlException

      public DdemlException(int errorCode, String message)
  • Method Details