public class MissingValueException extends ConfigException
| Modifier and Type | Method | Description |
|---|---|---|
static MissingValueException |
forKey(Config.Key key) |
Create new missing value exception.
|
static java.util.function.Supplier<MissingValueException> |
supplierForKey(Config.Key key) |
Create new missing value exception supplier.
|
public static MissingValueException forKey(Config.Key key)
key - configuration key associated with the expected value.public static java.util.function.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.