public final class MissingValueException extends ConfigException
| Modifier and Type | Method and Description |
|---|---|
static MissingValueException |
create(Config.Key key)
Create new missing value exception.
|
static Supplier<MissingValueException> |
createSupplier(Config.Key key)
Create new missing value exception supplier.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static MissingValueException create(Config.Key key)
key - configuration key associated with the expected value.public static Supplier<MissingValueException> createSupplier(Config.Key key)
key - configuration key associated with the expected value.Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.