Exception

ammonite.util.Res$.Exception
case class Exception(t: Throwable, msg: String) extends Failing

An unknown exception was thrown when the command was being run, whether from the command itself or within Ammonite's own machinery.

Contains an optional msg that will be printed together with the exception when it it shown to the user.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Failing
class Res[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def filter(f: Nothing => Boolean): Res[T]

Attributes

Inherited from:
Res
def flatMap[V](f: Nothing => Res[V]): Res[V]

Attributes

Inherited from:
Failing
final def isSuccess: Boolean

Attributes

Inherited from:
Res
def map[V](f: Nothing => V): Res[V]

Attributes

Inherited from:
Failing
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withFilter(f: Nothing => Boolean): Res[T]

Attributes

Inherited from:
Res