JUCE
Public Member Functions | List of all members
juce::OSCInternalError Struct Reference

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

+ Inheritance diagram for juce::OSCInternalError:

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
 

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.

Constructor & Destructor Documentation

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

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