ObjectBox C and C++ API 4.3.0
 
Loading...
Searching...
No Matches
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.
 

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.