public class Result extends Object
| Constructor and Description |
|---|
Result(String text) |
Result(String s,
Object o) |
Result(String label,
Object o,
String s,
Throwable e) |
Result(String s,
Throwable e) |
Result(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
String |
getExceptionText() |
String |
getLabel() |
Object |
getObject() |
String |
getText() |
void |
setException(Throwable exception) |
void |
setLabel(String label) |
void |
setObject(Object object) |
void |
setText(String text) |
String |
toString() |
public Throwable getException()
public void setException(Throwable exception)
public String getExceptionText()
public String getText()
public void setText(String text)
public Object getObject()
public void setObject(Object object)
public String getLabel()
public void setLabel(String label)
Copyright © 2015 Java Data Mining Package. All rights reserved.