sbt.internal.util

Members list

Concise view

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

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
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
Graph
Supertypes
class Object
trait Matchable
class Any
object ExitHook

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object ExitHooks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self 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

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
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

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