JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::OSCException Struct Reference

Base class for exceptions that can be thrown by methods in the OSC module. More...

#include <juce_OSCTypes.h>

Inheritance diagram for juce::OSCException:
Collaboration diagram for juce::OSCException:

Public Member Functions

 OSCException (const String &desc)
 

Public Attributes

String description
 

Detailed Description

Base class for exceptions that can be thrown by methods in the OSC module.

@tags{OSC}

Constructor & Destructor Documentation

◆ OSCException()

juce::OSCException::OSCException ( const String desc)
inline

References DBG, and description.

Member Data Documentation

◆ description

String juce::OSCException::description

Referenced by OSCException().


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