Uses of Class
org.qubership.atp.mia.controllers.api.dto.ThrowableDto
Packages that use ThrowableDto
-
Uses of ThrowableDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return ThrowableDtoModifier and TypeMethodDescriptionThrowableDto.addStackTraceItem(StackTraceElementDto stackTraceItem) ThrowableDto.addSuppressedItem(ThrowableDto suppressedItem) ThrowableDto.cause(ThrowableDto cause) @Valid ThrowableDtoExceptionDto.getCause()Get cause@Valid ThrowableDtoThrowableDto.getCause()Get causeThrowableDto.localizedMessage(String localizedMessage) ThrowableDto.stackTrace(List<@Valid StackTraceElementDto> stackTrace) ThrowableDto.suppressed(List<@Valid ThrowableDto> suppressed) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type ThrowableDtoModifier and TypeMethodDescription@Valid List<@Valid ThrowableDto> ExceptionDto.getSuppressed()Get suppressed@Valid List<@Valid ThrowableDto> ThrowableDto.getSuppressed()Get suppressedMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type ThrowableDtoModifier and TypeMethodDescriptionExceptionDto.addSuppressedItem(ThrowableDto suppressedItem) ThrowableDto.addSuppressedItem(ThrowableDto suppressedItem) ExceptionDto.cause(ThrowableDto cause) ThrowableDto.cause(ThrowableDto cause) voidExceptionDto.setCause(ThrowableDto cause) voidThrowableDto.setCause(ThrowableDto cause) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type ThrowableDtoModifier and TypeMethodDescriptionvoidExceptionDto.setSuppressed(List<@Valid ThrowableDto> suppressed) voidThrowableDto.setSuppressed(List<@Valid ThrowableDto> suppressed) ExceptionDto.suppressed(List<@Valid ThrowableDto> suppressed) ThrowableDto.suppressed(List<@Valid ThrowableDto> suppressed)