Class CMakeApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
io.github.tomaki19.gradle.cmake.extension.api.CMakeApiException
- All Implemented Interfaces:
Serializable
public final class CMakeApiException
extends org.gradle.api.GradleException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCMakeApiException(String message) CMakeApiException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CMakeApiException
-
CMakeApiException
-