StackTracePrinter

scala.cli.runner.StackTracePrinter
See theStackTracePrinter companion object
final case class StackTracePrinter(loader: ClassLoader, callerClass: Option[String], cutInvoke: Boolean, colored: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def printException(ex: Throwable, verbosity: Int): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product