package exceptions
- Alphabetic
- Public
- All
Type Members
-
class
DummyExceptionManager
extends ExceptionManager
Represents an exception manager whose operations do nothing.
-
trait
ExceptionManager
extends AnyRef
Represents the manager for exception requests.
-
case class
ExceptionRequestInfo
(requestId: String, isPending: Boolean, className: String, notifyCaught: Boolean, notifyUncaught: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable
Represents information about an exception request.
Represents information about an exception request.
- requestId
The id of the request
- isPending
Whether or not this request is pending (not on remote JVM)
- className
The full name of the exception class
- notifyCaught
Whether or not caught exceptions are reported
- notifyUncaught
Whether or not uncaught exceptions are reported
- extraArguments
The additional arguments provided to the exception
-
case class
NoExceptionClassFound
(className: String) extends Throwable with Product with Serializable
Represents an exception that occurred when attempting to create an exception request and the desired exception class was not found on the remote JVM.
Represents an exception that occurred when attempting to create an exception request and the desired exception class was not found on the remote JVM.
- className
The name of the class of exception
-
trait
PendingExceptionSupport
extends PendingExceptionSupportLike
Provides pending exception capabilities to an existing exception manager.
-
trait
PendingExceptionSupportLike
extends ExceptionManager with PendingRequestSupport
Provides pending exception capabilities to an existing exception manager.
-
class
StandardExceptionManager
extends ExceptionManager with Logging
Represents the manager for exception requests.
-
trait
StandardPendingExceptionSupport
extends PendingExceptionSupport
Provides pending exception capabilities to an existing exception manager.
Provides pending exception capabilities to an existing exception manager.
Contains an internal pending action manager.
Value Members
- object ExceptionRequestInfo extends Serializable