Uses of Class
org.qubership.atp.mia.model.exception.MiaException
Packages that use MiaException
-
Uses of MiaException in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that throw MiaExceptionModifier and TypeMethodDescriptionvoidConfigurationFileSerializer.serialize(ProjectConfiguration config, Path projectConfigurationPath, boolean isEtalonFiles) Serialize Project Configuration to Git files.voidConfigurationFileSerializer.serializeToPath(ProjectConfiguration config, Path projectConfigurationPath) Serialize configuration to path. -
Uses of MiaException in org.qubership.atp.mia.utils
Methods in org.qubership.atp.mia.utils that return MiaExceptionModifier and TypeMethodDescriptionstatic MiaExceptionUtils.error(org.slf4j.Logger log, ErrorCodes errorCode, Object... params) Throws an exception and adds an error to the log.