Class MsvcRuntimeException

All Implemented Interfaces:
Serializable

Exception thrown due to a bad MSVC Runtime.
See Also:
  • Constructor Details

    • MsvcRuntimeException

      public MsvcRuntimeException(int foundMajor, int foundMinor, int expectedMajor, int expectedMinor, String runtimePath)
      Constructs a runtime exception.
      Parameters:
      foundMajor - found major
      foundMinor - found minor
      expectedMajor - expected major
      expectedMinor - expected minor
      runtimePath - path of runtime
    • MsvcRuntimeException

      Constructs a runtime exception.
      Parameters:
      msg - message