-
public final class ErrorEvent.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ErrorEvent.ContainerViewviewprivate final ErrorEvent.ErrorEventSourcesource
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Container(ErrorEvent.ContainerView view, ErrorEvent.ErrorEventSource source)
-
Method Summary
Modifier and Type Method Description final ErrorEvent.ContainerViewgetView()final ErrorEvent.ErrorEventSourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Container
ErrorEvent.Container(ErrorEvent.ContainerView view, ErrorEvent.ErrorEventSource source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final ErrorEvent.ContainerView getView()
-
getSource
final ErrorEvent.ErrorEventSource getSource()
-
toJson
final JsonElement toJson()
-
-
-
-