|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResult.ResultError
protected static final class AbstractStatisticsViewControllerResult.ResultError
Maps an error type string to an error message string.
| Constructor Summary | |
|---|---|
protected |
AbstractStatisticsViewControllerResult.ResultError()
Deprecated. |
protected |
AbstractStatisticsViewControllerResult.ResultError(java.lang.String errorType,
java.lang.String errorMessage)
Creates a new ResultError with the given type and the given
message. |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message of the ResultError. |
java.lang.String |
getType()
Returns the type of the ResultError. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected AbstractStatisticsViewControllerResult.ResultError()
protected AbstractStatisticsViewControllerResult.ResultError(java.lang.String errorType,
java.lang.String errorMessage)
ResultError with the given type and the given
message.
errorType - the type of the errorerrorMessage - the message| Method Detail |
|---|
public java.lang.String getType()
ResultError.
public java.lang.String getMessage()
ResultError.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||