Package | Description |
---|---|
net.windward.env | |
net.windward.env.printer | |
net.windward.format |
Create the report using the builder pattern.
|
net.windward.format.htm.parse | |
net.windward.format.wordml |
All classes for reading a WordML file (template) as well as the classes to create a WordML
report using the builder pattern.
|
net.windward.tags |
These are the classes that represent Windward Reports tags in the template.
|
net.windward.xmlreport |
The reporting-specific part of Windward Reports.
|
Modifier and Type | Class and Description |
---|---|
class |
DataConnectionException
All exceptions thrown when connecting to a datasource are wrapped in this exception.
|
class |
DataSourceException
All exceptions thrown by the datasource classes (except connection exceptions - those are in DataConnectionException)
are wrapped in this exception.
|
class |
EquationException
Created by IntelliJ IDEA.
|
class |
OutputLimitationException
All output generators throw this exception if they hit a limit in the output format.
|
Constructor and Description |
---|
WindwardException(WindwardException src)
Copy constructor
|
Modifier and Type | Class and Description |
---|---|
class |
PrinterException
A printing exception that occurs in the PrinterOutputBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateParseException
All parsers throw exceptions based on this class.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlParseException
An exception thrown when there is an error parsing a peice of HTML or CSS in the HtmlParser.
|
Modifier and Type | Class and Description |
---|---|
class |
WordMLException |
Modifier and Type | Class and Description |
---|---|
class |
TagException
If a tag cannot be parsed, they're unbalanced, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyProcessedException
If ProcessReport.process is called twice on the same object, this exception
will be thrown on the second+ calls.
|
class |
SetupException
Thrown if there is a problem initializing the engine.
|
Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software