|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
public class CyclicUploadDependencyException
| Field Summary | |
|---|---|
private java.util.Stack<Relation> |
cycle
|
| Constructor Summary | |
|---|---|
CyclicUploadDependencyException(java.util.Stack<Relation> cycle)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
formatRelation(Relation r)
|
java.util.List<Relation> |
getCyclicUploadDependency()
|
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.util.Stack<Relation> cycle
| Constructor Detail |
|---|
public CyclicUploadDependencyException(java.util.Stack<Relation> cycle)
| Method Detail |
|---|
protected java.lang.String formatRelation(Relation r)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.util.List<Relation> getCyclicUploadDependency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||