Class FormulaParseException

  • All Implemented Interfaces:
    Serializable

    public final class FormulaParseException
    extends RuntimeException
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • FormulaParseException

        public FormulaParseException​(String msg)