hussam.math.operations.parser.exceptions
Class SyntaxErrorException

java.lang.Object
extended by java.lang.Throwable
extended by java.lang.Exception
extended by hussam.math.operations.MathException
extended by hussam.math.operations.parser.exceptions.MathParserException
extended by hussam.math.operations.parser.exceptions.SyntaxErrorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownExpressionArgumentException

public class SyntaxErrorException
extends MathParserException

See Also:
Serialized Form

Constructor Summary
SyntaxErrorException(java.lang.String x, int position)
           
 
Method Summary
 
Methods inherited from class hussam.math.operations.parser.exceptions.MathParserException
getNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxErrorException

public SyntaxErrorException(java.lang.String x,
                            int position)