Package

sbt.internal

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final class AlreadyHandledException extends RuntimeException

    Permalink

    A dummy exception for the top-level exception handler to know that an exception has been handled, but is being passed further up to indicate general failure.

  2. trait ExitHook extends AnyRef

    Permalink

    Defines a function to call as sbt exits.

  3. trait FeedbackProvidedException extends Throwable with UnprintableException

    Permalink

    A marker trait that refines UnprintableException to indicate to a top-level exception handler that the code throwing this exception has already provided feedback to the user about the error condition.

  4. final class MessageOnlyException extends RuntimeException

    Permalink
  5. sealed class TranslatedException extends RuntimeException

    Permalink
  6. final class TranslatedIOException extends TranslatedException

    Permalink
  7. trait UnprintableException extends Throwable

    Permalink

    A marker trait for a top-level exception handler to know that this exception doesn't make sense to display.

Value Members

  1. object ErrorHandling

    Permalink
  2. object ExitHook

    Permalink
  3. object ExitHooks

    Permalink

Ungrouped