Package | Description |
---|---|
net.windward.env | |
net.windward.env.printer | |
net.windward.format |
Create the report using the builder pattern.
|
net.windward.tags |
These are the classes that represent Windward tags in the template.
|
net.windward.xmlreport |
The reporting-specific part of the Windward Engine.
|
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 |
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 © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software