|
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 |
Exception type thrown in cases of unexpected errors in the OSC module. More...
#include "juce_OSCTypes.h"
Public Member Functions | |
| OSCInternalError (const String &desc) | |
Public Member Functions inherited from juce::OSCException | |
| OSCException (const String &desc) | |
Public Member Functions inherited from std::exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |
Additional Inherited Members | |
Public Attributes inherited from juce::OSCException | |
| String | 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}
Definition at line 118 of file juce_OSCTypes.h.
Definition at line 120 of file juce_OSCTypes.h.