Serializablepublic class MissingValueException extends ConfigException
| Modifier and Type | Method | Description |
|---|---|---|
static MissingValueException |
forKey(Config.Key key) |
Create new missing value exception.
|
static Supplier<MissingValueException> |
supplierForKey(Config.Key key) |
Create new missing value exception supplier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static MissingValueException forKey(Config.Key key)
key - configuration key associated with the expected value.public static Supplier<MissingValueException> supplierForKey(Config.Key key)
key - configuration key associated with the expected value.Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.