public class CyclicUploadDependencyException extends Exception
Constructor and Description |
---|
CyclicUploadDependencyException(Stack<Relation> cycle) |
Modifier and Type | Method and Description |
---|---|
protected String |
formatRelation(Relation r) |
List<Relation> |
getCyclicUploadDependency() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CyclicUploadDependencyException(Stack<Relation> cycle)
protected String formatRelation(Relation r)
public String getMessage()
getMessage
in class Throwable
public List<Relation> getCyclicUploadDependency()