-
@JsonClass(generateAdapter = true) public final class LegacyExceptionInfoDescribes a particular Java exception. Where an exception has a cause, there will be an LegacyExceptionInfo for each nested cause.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLegacyExceptionInfo.Companion
-
Constructor Summary
Constructors Constructor Description LegacyExceptionInfo(String name, String message, List<String> lines)
-
Method Summary
Modifier and Type Method Description final List<String>getLines()String representation of each line of the stack trace. final IntegergetOriginalLength()The original length of the stack trace. final StringgetName()The name of the class throwing the exception. final StringgetMessage()The exception message. Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getOriginalLength
final Integer getOriginalLength()
The original length of the stack trace. This will be null if it has not been truncated.
-
getMessage
final String getMessage()
The exception message.
-
-
-
-