package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
-
trait
ExitHook
extends AnyRef
Defines a function to call as sbt exits.
-
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.
- final class MessageOnlyException extends RuntimeException
- sealed class TranslatedException extends RuntimeException
- final class TranslatedIOException extends TranslatedException
-
trait
UnprintableException
extends Throwable
A marker trait for a top-level exception handler to know that this exception doesn't make sense to display.