base
5.0.0.755-Hawk1.0.1
jvm
base
/
net.corda.v5.base.exceptions
/
ValueNotFoundException
Value
Not
Found
Exception
class
ValueNotFoundException
:
CordaRuntimeException
Exception, being thrown if a value for a specific key cannot be found in the LayeredPropertyMap.
Members
Constructors
Value
Not
Found
Exception
Link copied to clipboard
constructor
(
@
Nullable
message
:
String
)
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
open
fun
addSuppressed
(
@
NotNull
suppressed
:
Array
<
Throwable
>
)
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
obj
:
Any
)
:
Boolean
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
@
Nullable
open
fun
getMessage
(
)
:
String
get
Original
Message
Link copied to clipboard
@
Nullable
open
fun
getOriginalMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
set
Message
Link copied to clipboard
open
fun
setMessage
(
@
Nullable
message
:
String
)
Allows to set the message after constructing the exception object.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
cause
Link copied to clipboard
@get:
Nullable
open
var
cause
:
Throwable
original
Exception
Class
Name
Link copied to clipboard
@get:
Nullable
open
var
originalExceptionClassName
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>