Package edu.sc.seis.sod.status
Class StringTreeLeaf
java.lang.Object
edu.sc.seis.sod.status.StringTree
edu.sc.seis.sod.status.StringTreeLeaf
- Direct Known Subclasses:
Fail
,Pass
,ShortCircuit
-
Field Summary
FieldsFields inherited from class edu.sc.seis.sod.status.StringTree
actorName, FAIL, OK, status
-
Constructor Summary
ConstructorsConstructorDescriptionStringTreeLeaf
(Object actor, boolean boo) StringTreeLeaf
(Object actor, boolean status, String reason) StringTreeLeaf
(Object actor, boolean status, String reason, Throwable t) StringTreeLeaf
(String name, boolean boo) StringTreeLeaf
(String actorName, boolean status, String reason, Throwable t) -
Method Summary
Methods inherited from class edu.sc.seis.sod.status.StringTree
getIndent, isSuccess, toString
-
Field Details
-
reason
-
t
-
-
Constructor Details
-
StringTreeLeaf
-
StringTreeLeaf
-
StringTreeLeaf
-
StringTreeLeaf
-
StringTreeLeaf
-
-
Method Details
-
toString
- Overrides:
toString
in classStringTree
-
getReason
-
getThrowable
-