Package edu.wpi.first.util
Class MsvcRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.util.MsvcRuntimeException
- All Implemented Interfaces:
Serializable
Exception thrown due to a bad MSVC Runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMsvcRuntimeException(int foundMajor, int foundMinor, int expectedMajor, int expectedMinor, String runtimePath) Constructs a runtime exception.Constructs a runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MsvcRuntimeException
public MsvcRuntimeException(int foundMajor, int foundMinor, int expectedMajor, int expectedMinor, String runtimePath) Constructs a runtime exception.- Parameters:
foundMajor- found majorfoundMinor- found minorexpectedMajor- expected majorexpectedMinor- expected minorruntimePath- path of runtime
-
MsvcRuntimeException
Constructs a runtime exception.- Parameters:
msg- message
-