public class FormulaParseException extends ParseException
FormulaParseException
occurs when there is an error parsing
formula text.Constructor | Description |
---|---|
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 . |
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.Copyright © 2012–2018 Jett Team. All rights reserved.