public class CannotAccessDeprecatedUserInput extends RuntimeException
This exception is thrown when an attempt is made to access a user input, e.g. reading the value using
UserInput.getValue()
, after the user input has been deprecated (using the
CustomUserInputConfiguration.deprecateUserInput(UserInput)
method).
CustomUserInputConfiguration.deprecateUserInput(UserInput)
method must be used instead.Constructor and Description |
---|
CannotAccessDeprecatedUserInput(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotAccessDeprecatedUserInput(String message)
Copyright © 2021. All rights reserved.