Open Search
    UnsupportedArgumentErrorInterface Class Reference

    #include <errortypes.h>

    Inheritance diagram for UnsupportedArgumentErrorInterface:

    Detailed Description

    An UnsupportedArgumentError indicates that a generally valid argument was passed to a function parameter, but the function implementation doesn't support that argument. An example is the conversion of a value to a destination type where the particular combination of value and destination type is not supported by the converter.

    Private Member Functions

     MAXON_INTERFACE (UnsupportedArgumentErrorInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.unsupportedargumenterror")
     

    Member Function Documentation

    ◆ MAXON_INTERFACE()

    MAXON_INTERFACE ( UnsupportedArgumentErrorInterface  ,
    MAXON_REFERENCE_COPY_ON_WRITE  ,
    "net.maxon.interface.unsupportedargumenterror"   
    )
    private