com.electronwill.nightconfig.core.serde with
serde.annotations.@Deprecated
public final class InvalidValueException
extends java.lang.RuntimeException
@Spec(something)
annotation of that field.| Constructor and Description |
|---|
InvalidValueException(java.lang.String message)
Deprecated.
|
InvalidValueException(java.lang.String messageFormat,
java.lang.Object... args)
Deprecated.
Creates a new InvalidException with a formatted message.
|
InvalidValueException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
|
public InvalidValueException(java.lang.String message)
public InvalidValueException(java.lang.String message,
java.lang.Throwable cause)
public InvalidValueException(java.lang.String messageFormat,
java.lang.Object... args)
messageFormat - a format stringargs - the argumentsString.format(String, Object...)