Class EDU.emporia.mathtools.MathSyntaxError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.emporia.mathtools.MathSyntaxError

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----EDU.emporia.mathtools.MathSyntaxError

public class MathSyntaxError
extends Exception

Variable Index

 o stringToBeParsed

Constructor Index

 o EDU.emporia.mathtools.MathSyntaxError()
 o EDU.emporia.mathtools.MathSyntaxError(String)
 o EDU.emporia.mathtools.MathSyntaxError(String, String)

Method Index

 o getStringToBeParsed()

Variables

 o stringToBeParsed
public java.lang.String stringToBeParsed

Constructors

 o MathSyntaxError
public MathSyntaxError()
 o MathSyntaxError
public MathSyntaxError(String complaint)
 o MathSyntaxError
public MathSyntaxError(String complaint,
                       String stringToBeParsed)

Methods

 o getStringToBeParsed
public java.lang.String getStringToBeParsed()

All Packages  Class Hierarchy  This Package  Previous  Next  Index