Uses of Class
org.qubership.atp.mia.controllers.api.dto.ExceptionDto
Packages that use ExceptionDto
-
Uses of ExceptionDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return ExceptionDtoModifier and TypeMethodDescriptionExceptionDto.addStackTraceItem(StackTraceElementDto stackTraceItem) ExceptionDto.addSuppressedItem(ThrowableDto suppressedItem) ExceptionDto.cause(ThrowableDto cause) @Valid ExceptionDtoExecutionResponseDto.getError()Get errorExceptionDto.localizedMessage(String localizedMessage) ExceptionDto.stackTrace(List<@Valid StackTraceElementDto> stackTrace) ExceptionDto.suppressed(List<@Valid ThrowableDto> suppressed) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type ExceptionDtoModifier and TypeMethodDescription@Valid List<@Valid ExceptionDto> CommandResponseDto.getErrors()Get errorsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type ExceptionDtoModifier and TypeMethodDescriptionCommandResponseDto.addErrorsItem(ExceptionDto errorsItem) ExecutionResponseDto.error(ExceptionDto error) voidExecutionResponseDto.setError(ExceptionDto error) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type ExceptionDtoModifier and TypeMethodDescriptionCommandResponseDto.errors(List<@Valid ExceptionDto> errors) voidCommandResponseDto.setErrors(List<@Valid ExceptionDto> errors)