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.
Public Member Functions | |
OSCInternalError (const String &desc) | |
Public Member Functions inherited from juce::OSCException | |
OSCException (const String &desc) |
Additional Inherited Members | |
Public Attributes inherited from juce::OSCException | |
String | description |
juce::OSCInternalError::OSCInternalError | ( | const String & | desc | ) |
References juce::OSCException::OSCException().