Package | Description |
---|---|
net.sf.jett.exception |
Declares certain runtime exceptions that may occur during spreadsheet
transformation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
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. |
class |
FormulaParseException |
A
FormulaParseException occurs when there is an error parsing
formula text. |
class |
MetadataParseException |
A
MetadataParseException occurs when there is an error parsing
the metadata text. |
class |
StyleParseException |
A
StyleParseException occurs when there is an error parsing
CSS text. |
class |
TagParseException |
A
TagParseException indicates when there is an error parsing
the tag text. |
Copyright © 2012–2018 Jett Team. All rights reserved.