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

Exception type thrown in cases of unexpected errors in the OSC module. More...

#include <juce_OSCTypes.h>

Inheritance diagram for juce::OSCInternalError:
Collaboration diagram for juce::OSCInternalError:

Public Member Functions

 OSCInternalError (const String &desc)
 

Public Attributes

String description
 

Detailed Description

Exception type thrown in cases of unexpected errors in the OSC module.

Note: This should never happen, and all the places where this is thrown should have a preceding jassertfalse to facilitate debugging.

@tags{OSC}

Constructor & Destructor Documentation

◆ OSCInternalError()

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

Member Data Documentation

◆ description

String juce::OSCException::description
inherited

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