Uses of Class
io.github.skenvy.Collatz.SaneParameterErrMsg
-
-
Uses of Collatz.SaneParameterErrMsg in io.github.skenvy
Methods in io.github.skenvy that return Collatz.SaneParameterErrMsg Modifier and Type Method Description static Collatz.SaneParameterErrMsg
Collatz.SaneParameterErrMsg. valueOf(String name)
Returns the enum constant of this type with the specified name.static Collatz.SaneParameterErrMsg[]
Collatz.SaneParameterErrMsg. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.skenvy with parameters of type Collatz.SaneParameterErrMsg Constructor Description FailedSaneParameterCheck(Collatz.SaneParameterErrMsg errorEnum)
Construct a FailedSaneParameterCheck with a message associated with the provided enum.
-