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 | Public Attributes | List of all members
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:
std::exception juce::OSCFormatError juce::OSCInternalError

Public Member Functions

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

Public Attributes

String description
 

Detailed Description

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

@tags{OSC}

Definition at line 86 of file juce_OSCTypes.h.

Constructor & Destructor Documentation

◆ OSCException()

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

Definition at line 88 of file juce_OSCTypes.h.

Member Data Documentation

◆ description

String juce::OSCException::description

Definition at line 96 of file juce_OSCTypes.h.


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