sbt.internal.util

Members list

Type members

Classlikes

final class AlreadyHandledException(val underlying: Throwable) 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.

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.

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object ErrorHandling

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait ExitHook

Defines a function to call as sbt exits.

Defines a function to call as sbt exits.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ExitHook

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ExitHook.type
object ExitHooks

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ExitHooks.type

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.

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.

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class MessageOnlyException(val toString: String) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed class TranslatedException extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait UnprintableException extends Throwable

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

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

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes