|
Exception Summary |
| DbConnectionClosed |
This Exception is thrown by the DB class, when a kill request has been received
for the current Thread, followed by a request to access the database. |
| M4CompilerError |
This is the super class for all exception thrown by the M4 compiler. |
| M4CompilerWarning |
This is the super class for all warnings thrown by the M4 compiler. |
| M4Exception |
Super class for all exceptions thrown by the M4 interface. |
| M4NameExistsException |
This Exception is thrown if an M4Object
is created in a context where names are unique, but the name of
the object is equal to another object's name in the same context. |
| MiningMartException |
The superclass for all exceptions thrown in the MiningMart system. |
| OperatorRuntimeConditionViolated |
This kind of exceptions is thrown before an operator is executed
whenever the compiler finds a Condition that is not met by the
parameters of an ExecutableOperator. |
| ParameterDeselectedError |
This Exception is thrown if, after removing Features deselected by automatic
FeatureConstruction, constraints on the number of parameters are violated. |
| ParameterError |
A subclass of M4CompilerError. |
| ParameterNotFoundException |
A subclass of ParameterError. |
| UserError |
This exception indicates that any kind of input generated by
the user does not meet the requirements. |
| XmlException |
This Exception is thrown when something goes wrong in the
process of de-serialization which is caused by a corrupt
XML export file. |