corda / com.r3.corda.networkmanage.common / InvalidMenuChoiceException

InvalidMenuChoiceException

class InvalidMenuChoiceException : IllegalArgumentException

Exception explicitly for handling the case where a user selects an invalid/non-existent option from the menu.

Constructors

<init>

InvalidMenuChoiceException(message: String)

Exception explicitly for handling the case where a user selects an invalid/non-existent option from the menu.

Properties

message

val message: String