|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jett.exception.ParseException
net.sf.jett.exception.FormulaParseException
public class FormulaParseException
A FormulaParseException occurs when there is an error parsing
formula text.
| Constructor Summary | |
|---|---|
FormulaParseException()
Create a FormulaParseException. |
|
FormulaParseException(java.lang.String message)
Create a FormulaParseException with the given message. |
|
FormulaParseException(java.lang.String message,
java.lang.Throwable cause)
Create a FormulaParseException with the given message. |
|
FormulaParseException(java.lang.Throwable cause)
Create a FormulaParseException. |
|
| Method Summary |
|---|
| 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 |
|---|
public FormulaParseException()
FormulaParseException.
public FormulaParseException(java.lang.String message)
FormulaParseException with the given message.
message - The message.public FormulaParseException(java.lang.Throwable cause)
FormulaParseException.
cause - The cause.
public FormulaParseException(java.lang.String message,
java.lang.Throwable cause)
FormulaParseException with the given message.
message - The message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||