DiceKeys Seeded Cryptography Library
InvalidRecipeValueException Class Reference

Thrown when a JSON value in the recipe is in an invalid format or contains an invalid value. More...

#include <exceptions.hpp>

Inherits invalid_argument.

Public Member Functions

 InvalidRecipeValueException (const char *m=NULL)
 Construct by throwing, passing an optional exception message. More...
 

Detailed Description

Thrown when a JSON value in the recipe is in an invalid format or contains an invalid value.

Constructor & Destructor Documentation

◆ InvalidRecipeValueException()

InvalidRecipeValueException::InvalidRecipeValueException ( const char *  m = NULL)
inline

Construct by throwing, passing an optional exception message.

Parameters
mThe exception message

The documentation for this class was generated from the following file: