mill.api.daemon.Result.SerializedException
See theSerializedException companion object
final class SerializedException(val info: ExceptionInfo, cause: Throwable) extends Throwable
An exception that has its original class and metadata replaced by a Failure.ExceptionInfo data structure. Used to sanitize exceptions when propagating them across classloader boundaries, since some of the exceptions in a cause-chain may be instances of no-longer-valid classes after a classloader is closed
Attributes
- Companion
- object
- Source
- Result.scala
- Graph
-
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
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:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
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.
- Inherited from:
- Throwable
Concrete fields
Attributes
- Source
- Result.scala
In this article