|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.android.tools.lint.client.api.CircularDependencyException
@Beta public class CircularDependencyException
Exception thrown when there is a circular dependency, such as a circular dependency of library mProject references
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.
Method Summary | |
---|---|
Location |
getLocation()
Returns the associated location, if any |
Project |
getProject()
Returns the associated project, if any |
void |
setLocation(Location location)
Sets the associated location, if any |
void |
setProject(Project project)
Sets the associated project, if any |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
@Nullable public Project getProject()
public void setProject(@Nullable Project project)
project
- the associated project, if any@Nullable public Location getLocation()
public void setLocation(@Nullable Location location)
location
- the associated location, if any
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |