org.scaladebugger.api.lowlevel

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class DummyExceptionManager extends ExceptionManager

    Represents an exception manager whose operations do nothing.

  2. trait ExceptionManager extends AnyRef

    Represents the manager for exception requests.

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

    Represents information about an exception request.

  4. 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.

  5. trait PendingExceptionSupport extends PendingExceptionSupportLike

    Provides pending exception capabilities to an existing exception manager.

  6. trait PendingExceptionSupportLike extends ExceptionManager with PendingRequestSupport

    Provides pending exception capabilities to an existing exception manager.

  7. class StandardExceptionManager extends ExceptionManager with Logging

    Represents the manager for exception requests.

  8. trait StandardPendingExceptionSupport extends PendingExceptionSupport

    Provides pending exception capabilities to an existing exception manager.

Value Members

  1. object ExceptionRequestInfo extends Serializable

Ungrouped