toggle menu
commons
3.1.0
jvm
switch theme
search in API
core-mit
/
eth.likespro.commons.models
Package-level
declarations
Types
Types
Aggregate
Link copied to clipboard
interface
Aggregate
Encodable
Result
Link copied to clipboard
class
EncodableResult
<
T
>
Entity
Link copied to clipboard
interface
Entity
<
ID
:
Any
>
Validatable
Link copied to clipboard
interface
Validatable
<
T
>
Value
Link copied to clipboard
interface
Value
Wrapped
Exception
Link copied to clipboard
data
class
WrappedException
(
val
exceptionClass
:
Class
<
out
Throwable
>
,
var
stackTrace
:
String
,
var
message
:
String
?
,
var
cause
:
String
?
,
var
localizedMessage
:
String
?
)
A wrapper class for exceptions to make them serializable.