| Package | Description |
|---|---|
| org.jpmml.evaluator | |
| org.jpmml.evaluator.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateFieldException
Thrown to indicate that a field name resolves to more than one field in the current context.
|
class |
DuplicateValueException
Thrown to indicate a duplicate field value.
|
class |
EvaluationException
Thrown to indicate an abrupt termination of the evaluation process.
|
class |
FunctionException
Thrown to indicate an incorrect function invocation.
|
class |
InvalidAttributeException |
class |
InvalidElementException |
class |
InvalidElementListException |
class |
InvalidMarkupException
Thrown to indicate that the class model object is not valid.
|
class |
InvalidResultException
Thrown to indicate a well-defined "stop condition", which requires the abrupt termination of the evaluation process.
|
class |
InvisibleFieldException
Thrown to indicate that a field is not visible in the current context.
|
class |
MisplacedAttributeException |
class |
MisplacedElementException |
class |
MissingAttributeException |
class |
MissingElementException |
class |
MissingFieldException
Thrown to indicate that a field name cannot be resolved to a field in the current context.
|
class |
MissingValueException
Thrown to indicate a missing field value.
|
class |
NaNResultException |
class |
NotImplementedException |
class |
TypeCheckException
Thrown to indicate a violation of PMML type system.
|
class |
UndefinedResultException |
class |
UnsupportedAttributeException |
class |
UnsupportedElementException |
class |
UnsupportedMarkupException
Thrown to indicate that the class model object is not supported.
|
| Modifier and Type | Method and Description |
|---|---|
PMMLException |
PMMLException.ensureContext(org.dmg.pmml.PMMLObject parentContext) |
PMMLException |
PMMLException.initCause(Throwable throwable) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkupInspector<E extends PMMLException>
This class provides a skeletal implementation of class model inspectors.
|
Copyright © 2020. All rights reserved.