Package org.apache.poi.ss.formula
Class FormulaParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.ss.formula.FormulaParseException
- All Implemented Interfaces:
Serializable
This exception thrown when a supplied formula has incorrect syntax (or syntax currently not
supported by POI). It is primarily used by test code to confirm specific parsing exceptions.
Application code should also handle this exception if it potentially supplies formula text
that is not guaranteed to be well-formed.
- Author:
- Josh Micich
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString