@Beta
public class CircularDependencyException
extends java.lang.RuntimeException
NOTE: This is not a public or final API; if you rely on this be prepared to adjust your code for the next tools release.
| Constructor and Description |
|---|
CircularDependencyException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
com.android.tools.lint.detector.api.Location |
getLocation()
Returns the associated location, if any
|
Project |
getProject()
Returns the associated project, if any
|
void |
setLocation(com.android.tools.lint.detector.api.Location location)
Sets the associated location, if any
|
void |
setProject(Project project)
Sets the associated project, if any
|
public CircularDependencyException(@NonNull
java.lang.String message)
@Nullable public Project getProject()
public void setProject(@Nullable
Project project)
project - the associated project, if any@Nullable public com.android.tools.lint.detector.api.Location getLocation()
public void setLocation(@Nullable
com.android.tools.lint.detector.api.Location location)
location - the associated location, if any