Class ViewModelServiceNotAvailableReport


  • public class ViewModelServiceNotAvailableReport
    extends AbstractReport
    Indicates that ViewModelService is not available.
    Since:
    1.5
    Author:
    emueller
    • Constructor Detail

      • ViewModelServiceNotAvailableReport

        public ViewModelServiceNotAvailableReport​(java.lang.Class<?> serviceType)
        Constructor.
        Parameters:
        serviceType - the type of the unavailable service
    • Method Detail

      • getServiceType

        public java.lang.Class<?> getServiceType()
        Returns the type of the unavailable service.
        Returns:
        the type of the unavailable service