Error

sealed trait Error extends Exception with NoStackTrace

The possible ways that loading configuration data may fail.

Companion:
object
trait NoStackTrace
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Abstract methods

def prefixed(prefix: Chunk[String]): Error

Concrete methods

def &&(that: Error): Error
override def getMessage(): String
Definition Classes
def ||(that: Error): Error

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
override def fillInStackTrace(): Throwable
Definition Classes
NoStackTrace -> Throwable
Inherited from:
NoStackTrace
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
def printStackTrace(): Unit
Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from:
Throwable

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
Throwable