package data
Type Members
-
trait
JDIEventDataError
extends JDIEventDataResult with Serializable
Represents an error that occurred when retrieving a result.
-
trait
JDIEventDataProcessor
extends JDIEventProcessor
Represents a processor for data retrieval from an event.
-
trait
JDIEventDataRequest
extends JDIEventArgument
Represents the request to retrieve data from an event.
-
trait
JDIEventDataResult
extends Serializable
Represents data retrieved from an event.
-
case class
JDIEventDataUnknownError
(throwable: Throwable) extends JDIEventDataError with Product with Serializable
Represents an unknown error that occurred when retrieving data.
Represents an unknown error that occurred when retrieving data.
- throwable
The throwable representing the error that occurred