org.openstreetmap.josm.actions.upload
Class CyclicUploadDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.actions.upload.CyclicUploadDependencyException
All Implemented Interfaces:
java.io.Serializable

public class CyclicUploadDependencyException
extends java.lang.Exception

See Also:
Serialized Form

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

cycle

private java.util.Stack<Relation> cycle
Constructor Detail

CyclicUploadDependencyException

public CyclicUploadDependencyException(java.util.Stack<Relation> cycle)
Method Detail

formatRelation

protected java.lang.String formatRelation(Relation r)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getCyclicUploadDependency

public java.util.List<Relation> getCyclicUploadDependency()


JOSM