AngouriMath
List of all members
AngouriMath.Core.Exceptions.CannotParseInstanceException Class Reference

May be thrown when trying to parse an instance from a string More...

Inheritance diagram for AngouriMath.Core.Exceptions.CannotParseInstanceException:
Inheritance graph
[legend]
Collaboration diagram for AngouriMath.Core.Exceptions.CannotParseInstanceException:
Collaboration graph
[legend]

Detailed Description

May be thrown when trying to parse an instance from a string

Set set = "{ 1, 2 }"; // not thrown
Set set = "1 + 2"; // thrown

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