|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.outcomes.UpdateTreeFailure
public class UpdateTreeFailure
A record of a failed Tree update.
| Constructor Summary | |
|---|---|
UpdateTreeFailure(String identifier,
Exception failure)
Creates an instance with the identifier of a Tree and an Exception raised in the attempt to update it. |
|
| Method Summary | |
|---|---|
Exception |
failure()
Returns the exception raised when updating the tree. |
String |
identifier()
Returns the identifier of the tree that could not be updated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateTreeFailure(String identifier,
Exception failure)
Tree and an Exception raised in the attempt to update it.
identifier - the identifierfailure - the exception| Method Detail |
|---|
public String identifier()
public Exception failure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||