hussam.math.operations.parser.exceptions
Class MathParserException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SyntaxErrorException

public class MathParserException
extends MathException

See Also:
Serialized Form

Constructor Summary
MathParserException(java.lang.String m, int number)
           
 
Method Summary
 intgetNumber()
           
 
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

MathParserException

public MathParserException(java.lang.String m,
                           int number)
Method Detail

getNumber

public int getNumber()