|
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 |
An exception that can be thrown by Expression::evaluate(). More...
Public Member Functions | |
| EvaluationError (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) |
Public Attributes | |
| String | description |
An exception that can be thrown by Expression::evaluate().
Definition at line 95 of file juce_Expression.cpp.
Definition at line 98 of file juce_Expression.cpp.
| String juce::Expression::Helpers::EvaluationError::description |
Definition at line 103 of file juce_Expression.cpp.