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, setMessage
public ViewModelServiceNotAvailableReport(Class<?> serviceType)
serviceType
- the type of the unavailable servicepublic Class<?> getServiceType()
public String getMessage()
getMessage
in class AbstractReport
AbstractReport.getMessage()
public int getSeverity()
getSeverity
in class AbstractReport
AbstractReport.getSeverity()
Copyright © 2018. All rights reserved.