toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
MethodInfo
Method
Info
open
class
MethodInfo
:
RuntimeException
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
handler
Name
Link copied to clipboard
val
handlerName
:
String
input
Type
Link copied to clipboard
val
inputType
:
TypeTag
<
out
Any
>
output
Type
Link copied to clipboard
val
outputType
:
TypeTag
<
out
Any
>
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
from
Method
Link copied to clipboard
open
fun
fromMethod
(
method
:
Method
)
:
MethodInfo
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String