MathParser\Exceptions Namespace Reference

Exceptions thrown by the MathParser library. More...

Classes

class  DivisionByZeroException
 Exception thrown when evaluating expressions containing a division by zero. More...
 
class  MathParserException
 Base class for the exceptions thrown by the MathParser library. More...
 
class  ParenthesisMismatchException
 Exception thrown when parsing expressions having non-matching left and right parentheses. More...
 
class  SyntaxErrorException
 Exception thrown when parsing expressions that are not well-formed. More...
 
class  UnknownConstantException
 Exception thrown when parsing or evaluating expressions containing an unknown constant. More...
 
class  UnknownFunctionException
 Exception thrown when parsing or evaluating expressions containing an unknown function symbol. More...
 
class  UnknownOperatorException
 Exception thrown when parsing or evaluating expressions containing an unknown oprator. More...
 
class  UnknownTokenException
 Exception thrown when tokenizing expressions containing illegal characters. More...
 
class  UnknownVariableException
 Exception thrown when parsing or evaluating expressions containing an unknown or undefined variable. More...
 

Detailed Description

Exceptions thrown by the MathParser library.