SD.LLBLGen.Pro.ApplicationCore.Exceptions Namespace |
Class | Description | |
---|---|---|
![]() | DeprecatedStatementException |
Exception which is thrown by a code generation engine when a statement was encountered which was made deprecated. This exception is used in interpreters,
which run into a statement which can no longer be handled so the developer has to be notified that the template has to be altered.
|
![]() | GeneratorAbortException |
Exception which is thrown by a task to signal that the task has encountered a fatal error
and the generator process should be aborted.
|
![]() | ImporterAbortException |
Class which is used for exceptions thrown in the import system: either by importers or by the data import engine.
|
![]() | InvalidCloneDataException |
Exception which is thrown when the .clones data of a project file contains data that's invalid, e.g. no root node, disconnected tree etc.
|
![]() | TaskGroupFilterException |
Exception which is thrown when a taskgroup is filtered on platform/templategroup and an element causes problems for the filter action so it has to be
aborted
|
![]() | TemplateAbortException |
Wrapper class which is simply used to let a template abort its current execution and signal the .lpt engine to quit the current element, remove output
and proceed with the next element.
|
![]() | TypeConverterMissingException |
Exception for the error when a project is loaded and a reference to a type converter is made which isn't found.
|