Declares certain runtime exceptions that may occur during spreadsheet transformation.
| Exception | Description |
|---|---|
| AttributeExpressionException |
An
AttributeExpressionException is a particular kind of
TagParseException that indicates that there was a problem
evaluating a JEXL Expression that was encountered as part of an attribute
value on a JETT tag. |
| FormulaParseException |
A
FormulaParseException occurs when there is an error parsing
formula text. |
| MetadataParseException |
A
MetadataParseException occurs when there is an error parsing
the metadata text. |
| ParseException |
A
ParseException occurs when there is an error parsing anything
related to JETT processing. |
| StyleParseException |
A
StyleParseException occurs when there is an error parsing
CSS text. |
| TagParseException |
A
TagParseException indicates when there is an error parsing
the tag text. |
| TransformException |
A
TransformException is a general-purpose exception for when
RuntimeExceptions occur during transformation. |
Copyright © 2012–2018 Jett Team. All rights reserved.