package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AlreadyHandledException extends RuntimeException

    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

    Defines a function to call as sbt exits.

  3. trait FeedbackProvidedException extends Throwable with UnprintableException

    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
  5. sealed class TranslatedException extends RuntimeException
  6. final class TranslatedIOException extends TranslatedException
  7. trait UnprintableException extends Throwable

    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
  2. object ExitHook
  3. object ExitHooks

Ungrouped