harness-core
harness-core
harness.core
Color
Color
Default
Named
Named
Black
Blue
Cyan
Green
Magenta
Red
White
Yellow
RGB
RGB
Simple
ColorMode
ColorMode
Colorless
Extended
Show
Simple
Standard
ColorString
ColorString
Color
Color
ColorState
ColorState
Complex
Simple
ColorStringInterpolator
Enum
Enum
Companion
EnumMap
ToString
HasCompanion
WithEnc
WithEnc
HError
HError
???
???
ErrorBuilder2
ErrorBuilder3
InternalDefect
InternalDefect
Multiple
Single
SystemFailure
SystemFailure
UserError
UserError
UserMessage
Const
IfHidden
IfHidden
UserMessage
Wrapped
HarnessCharOps
HarnessStrOps
IndentedString
IndentedString
Break
Indented
Inline
Str
ToIndentedString
InfiniteSet
InfiniteSet
Exclusive
Exclusive
Inclusive
Inclusive
RunMode
StringDecoder
StringDecoder
StringEncoder
StringEncoder
Unapply
Unapply
Version
Version
Zip
Zip
ZipLowPriority1
ZipLowPriority2
ZipLowPriority3
harness-core
/
harness.core
/
HError
/
Single
Single
abstract
class
Single
(
userMessage:
UserMessage
,
internalMessage:
String
,
causes:
List
[
Throwable
])
extends
HError
Graph
Supertypes
Known subtypes
class
HError
class
Throwable
trait
Serializable
class
Object
trait
Matchable
class
Any
class
???
class
InternalDefect
class
SystemFailure
class
UserError
class
Wrapped
Value members
Value members
Inherited methods
final
def
addSuppressed
(
x$0:
Throwable
):
Unit
Inherited from:
Throwable
def
fillInStackTrace
():
Throwable
Inherited from:
Throwable
final
def
formatMessage
(
runMode:
RunMode
,
ifHidden:
IfHidden
):
String
Inherited from:
HError
def
getCause
():
Throwable
Inherited from:
Throwable
def
getLocalizedMessage
():
String
Inherited from:
Throwable
final override
def
getMessage
:
String
Definition Classes
HError
->
Throwable
Inherited from:
HError
def
getStackTrace
():
Array
[
StackTraceElement
]
Inherited from:
Throwable
final
def
getSuppressed
():
Array
[
Throwable
]
Inherited from:
Throwable
def
initCause
(
x$0:
Throwable
):
Throwable
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintWriter
):
Unit
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintStream
):
Unit
Inherited from:
Throwable
def
printStackTrace
():
Unit
Inherited from:
Throwable
def
setStackTrace
(
x$0:
Array
[
StackTraceElement
]):
Unit
Inherited from:
Throwable
final
def
toNel
:
NonEmptyList
[
Single
]
Inherited from:
HError
final override
def
toString
:
String
Definition Classes
HError
->
Throwable
->
Any
Inherited from:
HError
Inherited fields
final lazy
val
fullInternalMessage
:
String
Inherited from:
HError
final lazy
val
fullInternalMessageWithTrace
:
String
Inherited from:
HError