Package

org.scaladebugger.api.lowlevel

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class DummyExceptionManager extends ExceptionManager

    Permalink

    Represents an exception manager whose operations do nothing.

  2. trait ExceptionManager extends AnyRef

    Permalink

    Represents the manager for exception requests.

  3. case class ExceptionRequestInfo(requestId: String, isPending: Boolean, className: String, notifyCaught: Boolean, notifyUncaught: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    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

  4. case class NoExceptionClassFound(className: String) extends Throwable with Product with Serializable

    Permalink

    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

  5. trait PendingExceptionSupport extends PendingExceptionSupportLike

    Permalink

    Provides pending exception capabilities to an existing exception manager.

  6. trait PendingExceptionSupportLike extends ExceptionManager with PendingRequestSupport

    Permalink

    Provides pending exception capabilities to an existing exception manager.

  7. class StandardExceptionManager extends ExceptionManager with Logging

    Permalink

    Represents the manager for exception requests.

  8. trait StandardPendingExceptionSupport extends PendingExceptionSupport

    Permalink

    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

  1. object ExceptionRequestInfo extends Serializable

    Permalink

Ungrouped