public class Error extends Object
| Constructor and Description |
|---|
Error() |
Error(String place,
String message,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
String |
getId() |
String |
getMessage() |
String |
getPlace() |
void |
setException(Throwable exception) |
void |
setMessage(String message) |
void |
setPlace(String place) |
public String getPlace()
public void setPlace(@Nonnull String place)
place - where exception produced
This param need for preview that exceptions occurred on starup.
"Datasets reading" for example.public String getMessage()
public void setMessage(@Nonnull String message)
message - what happen
"Duplication of datasets 'DSNAME'" for examplepublic Throwable getException()
public String getId()
Copyright © 2025. All rights reserved.