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 Attributes | |
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}
|
inline |
|
inherited |
Referenced by juce::OSCException::OSCException().