public class ViewModelServiceNotAvailableReport extends AbstractReport
ViewModelService is not available.| Constructor and Description |
|---|
ViewModelServiceNotAvailableReport(Class<?> serviceType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the report message.
|
Class<?> |
getServiceType()
Returns the type of the unavailable service.
|
int |
getSeverity()
Returns the status of this report.
|
getException, hasException, setException, setMessagepublic ViewModelServiceNotAvailableReport(Class<?> serviceType)
serviceType - the type of the unavailable servicepublic Class<?> getServiceType()
public String getMessage()
getMessage in class AbstractReportAbstractReport.getMessage()public int getSeverity()
getSeverity in class AbstractReportAbstractReport.getSeverity()Copyright © 2016. All rights reserved.