Exception
mill.api.ExecResult.Exception
@Scaladoc(value = "/**\n * An (mostly) unintentionally failed task which the exception that caused the failure.\n * @param throwable The exception that describes or caused the failure.\n * @param outerStack The [[OuterStack]] of the failed task.\n */")
case class Exception(throwable: Throwable, outerStack: OuterStack) extends Exception, Failing[Nothing]
An (mostly) unintentionally failed task which the exception that caused the failure.
Value parameters
- outerStack
-
The OuterStack of the failed task.
- throwable
-
The exception that describes or caused the failure.
Attributes
- Source
- ExecResult.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Failing[Nothing]trait ExecResult[Nothing]class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- ExecResult.scala
Attributes
- Source
- ExecResult.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Throwable -> Any
- Source
- ExecResult.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- Failing
- Source
- ExecResult.scala
Attributes
- Inherited from:
- ExecResult
- Source
- ExecResult.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- ExecResult
- Source
- ExecResult.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Failing
- Source
- ExecResult.scala
In this article