Class ThrowableDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ThrowableDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T07:58:33.235724277Z[Etc/UTC]")
public class ThrowableDto
extends Object
ThrowableDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStackTraceItem(StackTraceElementDto stackTraceItem) addSuppressedItem(ThrowableDto suppressedItem) cause(ThrowableDto cause) boolean@Valid ThrowableDtogetCause()Get causeGet localizedMessageGet message@Valid List<@Valid StackTraceElementDto> Get stackTrace@Valid List<@Valid ThrowableDto> Get suppressedinthashCode()localizedMessage(String localizedMessage) voidsetCause(ThrowableDto cause) voidsetLocalizedMessage(String localizedMessage) voidsetMessage(String message) voidsetStackTrace(List<@Valid StackTraceElementDto> stackTrace) voidsetSuppressed(List<@Valid ThrowableDto> suppressed) stackTrace(List<@Valid StackTraceElementDto> stackTrace) suppressed(List<@Valid ThrowableDto> suppressed) toString()
-
Constructor Details
-
ThrowableDto
public ThrowableDto()
-
-
Method Details
-
cause
-
getCause
Get cause- Returns:
- cause
-
setCause
-
localizedMessage
-
getLocalizedMessage
Get localizedMessage- Returns:
- localizedMessage
-
setLocalizedMessage
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
stackTrace
-
addStackTraceItem
-
getStackTrace
Get stackTrace- Returns:
- stackTrace
-
setStackTrace
-
suppressed
-
addSuppressedItem
-
getSuppressed
Get suppressed- Returns:
- suppressed
-
setSuppressed
-
equals
-
hashCode
public int hashCode() -
toString
-