CogPar
A versatile parser for mathematical expressions.
 All Classes Functions Variables
Public Member Functions | Static Private Attributes | List of all members
uk.co.cogitolearning.cogpar.EvaluationException Class Reference

A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression. More...

Public Member Functions

 EvaluationException (String message)
 Construct the evaluation exception with a message.

Static Private Attributes

static final long serialVersionUID = 4794094610927358603L

Detailed Description

A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression.

Definition at line 31 of file EvaluationException.java.

Constructor & Destructor Documentation

uk.co.cogitolearning.cogpar.EvaluationException.EvaluationException ( String  message)

Construct the evaluation exception with a message.

Parameters
messagethe message containing the cause of the exception

Definition at line 39 of file EvaluationException.java.


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