gbenroscience/ParserNG

Add Exception to Function

Dirzei opened this issue · 1 comments

Can you please extend your Library such that e.g. the Function class is throwing an excpetion if something goes wrong e.g. during parsing or calculation?

e.g. like

public Function(String input) throws Exception (or InputMissmatchException){
....
}

That would be very kind.

Thank you - cheers
Dirk