java.lang.Object
omix.mathxp.util.Error
public class Error extends Object
- Author:
- Dr. Peter Droste
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Error.CustomError
static class
Error.ErrorType
static interface
Error.ErrorTypeInterface
static class
Error.ExponentWithUnitError
static class
Error.IllegalOperator
static class
Error.ImpossibleExponentOnUnitError
static class
Error.ImpossibleUnitMultiplicationError
static class
Error.MismatchingUnitsError
-
Constructor Summary
Constructors Constructor Description Error(int startToken, int endToken, Error.ErrorTypeInterface error)
-
Method Summary
Modifier and Type Method Description int
getEndToken()
Error.ErrorTypeInterface
getError()
int
getStartToken()
-
Constructor Details
-
Method Details
-
getError
-
getStartToken
public int getStartToken() -
getEndToken
public int getEndToken()
-