|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.brusoftware.plot4j.ParseException
public class ParseException
This class represents an Exception thrown during the parsing of the String representing the function to evaluate.
| 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 |
|---|
public ParseException(java.lang.String msg,
int colNum)
msg - the Exception messagecolNum - the column number of this ParseException| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||