Package de.sematre.mathparser
Class MathParser.MathParsingExeption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.sematre.mathparser.MathParser.MathParsingExeption
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MathParser
public static class MathParser.MathParsingExeption extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MathParsingExeption()MathParsingExeption(String message)MathParsingExeption(String message, String errorReport)MathParsingExeption(String message, Throwable cause)MathParsingExeption(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEquation()StringgetErrorReport()IntegergetStartPosition()IntegergetStopPosition()voidsetEquation(String equation)voidsetErrorReport(String errorReport)voidsetStartPosition(Integer startPosition)voidsetStopPosition(Integer stopPosition)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorReport
public String getErrorReport()
-
setErrorReport
public void setErrorReport(String errorReport)
-
getEquation
public String getEquation()
-
setEquation
public void setEquation(String equation)
-
getStartPosition
public Integer getStartPosition()
-
setStartPosition
public void setStartPosition(Integer startPosition)
-
getStopPosition
public Integer getStopPosition()
-
setStopPosition
public void setStopPosition(Integer stopPosition)
-
-