Get desktop application:
View/edit binary Protocol Buffers messages
An element in a stack trace, based on the Java type of the same name. See: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/StackTraceElement.html
Used in:
The fully qualified name of the class containing the execution point represented by the stack trace element.
The name of the method containing the execution point represented by the stack trace element
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
An exception that was thrown by some code, based on the Java type of the same name. See: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html
The name of the class of the exception that was actually thrown. Downstream readers of this message may or may not have the actual class available to initialize, so this is just used to prefix the message of a generic exception type.
The message of this throwable. Not filled if there is no message.
The stack trace of this Throwable.
The cause of this Throwable. Not filled if there is no cause.