org.gradle.tooling.model
[Java] Class UnsupportedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.gradle.tooling.model.UnsupportedMethodException
public class UnsupportedMethodException
extends UnsupportedOperationException
Thrown when the tooling api client client attempts to use a method that does not exist
in the version of gradle the tooling api is connected to.
Typically, to resolve such problem you change/upgrade the target version of Gradle the tooling api is connected to.
Alternatively, you can handle and ignore this exception.
- Since:
- 1.0-milestone-8
Methods inherited from class UnsupportedOperationException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
UnsupportedMethodException
public UnsupportedMethodException(String s)
-
UnsupportedMethodException
public UnsupportedMethodException(String message, Throwable cause)
-
Gradle API 1.0-milestone-8