com.brusoftware.plot4j
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.brusoftware.plot4j.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

This class represents an Exception thrown during the parsing of the String representing the function to evaluate.

Version:
0.1
Author:
Alessandro Brunelli
See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String msg, int colNum)
          Creates a new ParseException.
 
Method Summary
 java.lang.String getMessage()
          Returns the Exception message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String msg,
                      int colNum)
Creates a new ParseException.

Parameters:
msg - the Exception message
colNum - the column number of this ParseException
Method Detail

getMessage

public java.lang.String getMessage()
Returns the Exception message.

Overrides:
getMessage in class java.lang.Throwable