Class FfmComException

All Implemented Interfaces:
Serializable

public class FfmComException extends RuntimeException
Unchecked exception thrown when a COM operation fails with an unexpected HRESULT.
See Also:
  • Constructor Details

    • FfmComException

      public FfmComException(String message, int hresult)
  • Method Details

    • getHresult

      public int getHresult()