JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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:
juce::OSCException std::exception

Public Member Functions

 OSCFormatError (const String &desc)
 
- Public Member Functions inherited from juce::OSCException
 OSCException (const String &desc)
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Additional Inherited Members

- Public Attributes inherited from juce::OSCException
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.

@tags{OSC}

Definition at line 105 of file juce_OSCTypes.h.

Constructor & Destructor Documentation

◆ OSCFormatError()

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

Definition at line 107 of file juce_OSCTypes.h.


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