ObjectBox C and C++ API  4.0.3
obx::IllegalArgumentException Class Reference

Thrown when the passed arguments are illegal. More...

#include <objectbox.hpp>

Inheritance diagram for obx::IllegalArgumentException:
Inheritance graph

Public Member Functions

int code () const override
 Always OBX_ERROR_ILLEGAL_ARGUMENT. More...
 

Detailed Description

Thrown when the passed arguments are illegal.

Member Function Documentation

◆ code()

int obx::IllegalArgumentException::code ( ) const
inlineoverridevirtual

Always OBX_ERROR_ILLEGAL_ARGUMENT.

Implements obx::Exception.