hussam.math.operations.parser.exceptions
Class UnknownExpressionArgumentException

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
extended by hussam.math.operations.parser.exceptions.UnknownExpressionArgumentException
All Implemented Interfaces:
java.io.Serializable

public class UnknownExpressionArgumentException
extends SyntaxErrorException

See Also:
Serialized Form

Constructor Summary
UnknownExpressionArgumentException(java.lang.String m, 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

UnknownExpressionArgumentException

public UnknownExpressionArgumentException(java.lang.String m,
                                          int position)