| Constructor and Description |
|---|
ErrorState(String title,
String text,
Throwable throwable,
IState<T> followingState) |
| Modifier and Type | Method and Description |
|---|---|
IState<T> |
followingState() |
T |
getContext() |
IStateType |
getStateType() |
String |
getText() |
Throwable |
getThrowable() |
String |
getTitle() |
public String getTitle()
public String getText()
public Throwable getThrowable()
public IStateType getStateType()
getStateType in interface IState<T>public T getContext()
getContext in interface IState<T>Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.