JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::OSCFormatError Struct Reference

Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification. More...

#include <juce_OSCTypes.h>

Inheritance diagram for juce::OSCFormatError:
Collaboration diagram for juce::OSCFormatError:

Public Member Functions

 OSCFormatError (const String &desc)
 

Public Attributes

String description
 

Detailed Description

Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification.

{OSC}

Constructor & Destructor Documentation

◆ OSCFormatError()

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

Member Data Documentation

◆ description

String juce::OSCException::description
inherited

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