Uses of Class
com.pervasive.datarush.exceptions.DRException
Packages that use DRException
Package
Description
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides classes and interfaces related to defining functions on records.
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces performing file-like I/O operations.
Provides common utilities and registry for JSON parsing
Provides utilities for creating and managing collections of named
objects.
Provides data aggregation components.
Provides base file I/O components including encoders and decoders.
Provides operators for reading and writing text data.
Provides operators for joining together two data sets into a single one.
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow.Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides classes and interfaces related to sequences of tokens.
Provides classes and interfaces for the description of token data types.
-
Uses of DRException in com.pervasive.datarush.analytics.pmml
Subclasses of DRException in com.pervasive.datarush.analytics.pmmlModifier and TypeClassDescriptionclassThrown to indicate that either: the thrower attempted to parse a malformed or non-compliant PMML document, including one that used a different version of the PMML standard, or the thrower was required to build a PMML element that was non-compliant (e.g.classThrown to indicate that a PMML element was encountered that is not currently supported by our predictor. -
Uses of DRException in com.pervasive.datarush.exceptions
Subclasses of DRException in com.pervasive.datarush.exceptionsModifier and TypeClassDescriptionclassException indicating an error while parsing a value expression. -
Uses of DRException in com.pervasive.datarush.functions
Subclasses of DRException in com.pervasive.datarush.functionsModifier and TypeClassDescriptionclassException thrown when an invalid argument is passed to a function within an expression.classAn exception indicating the data type of a subexpression is not valid for use in the containing expression. -
Uses of DRException in com.pervasive.datarush.graphs
Subclasses of DRException in com.pervasive.datarush.graphsModifier and TypeClassDescriptionclassWrapper for errors occurring during the execution of a dataflow graph.classThrown to indicate the cancellation of a running dataflow graph.classException thrown when the serialization of a path cannot be parsed. -
Uses of DRException in com.pervasive.datarush.io
Subclasses of DRException in com.pervasive.datarush.ioModifier and TypeClassDescriptionclassAn exception indicating end-of-file has been unexpectedly reached on a stream. -
Uses of DRException in com.pervasive.datarush.jdbc
Subclasses of DRException in com.pervasive.datarush.jdbc -
Uses of DRException in com.pervasive.datarush.json
Subclasses of DRException in com.pervasive.datarush.json -
Uses of DRException in com.pervasive.datarush.namespace
Subclasses of DRException in com.pervasive.datarush.namespaceModifier and TypeClassDescriptionclassException indicating a field already exists in a field namespace such as a record.classException indicating reference to an invalid field (or fields) in a record structure. -
Uses of DRException in com.pervasive.datarush.operators.group
Subclasses of DRException in com.pervasive.datarush.operators.groupModifier and TypeClassDescriptionclassThrown to indicate that an aggregator was constructed with an invalid number of arguments. -
Uses of DRException in com.pervasive.datarush.operators.io
Subclasses of DRException in com.pervasive.datarush.operators.ioModifier and TypeClassDescriptionclassIndicates a parsing error on a data split. -
Uses of DRException in com.pervasive.datarush.operators.io.textfile
Subclasses of DRException in com.pervasive.datarush.operators.io.textfileModifier and TypeClassDescriptionclassException that indicates a schema definition is invalid.classException thrown when the number of characters in the first row of a delimited text file exceeds the maximum allowed. -
Uses of DRException in com.pervasive.datarush.operators.join
Subclasses of DRException in com.pervasive.datarush.operators.joinModifier and TypeClassDescriptionclassUnchecked exception thrown to indicate that an input flow contains rows that are out of order. -
Uses of DRException in com.pervasive.datarush.operators.scripting
Subclasses of DRException in com.pervasive.datarush.operators.scriptingModifier and TypeClassDescriptionfinal classProvides an unchecked wrapper for exceptions thrown by scripts providing such information as line and column number of the error.classException that indicates a script attempted to assign a value of the wrong type to an output field. -
Uses of DRException in com.pervasive.datarush.ports.physical
Subclasses of DRException in com.pervasive.datarush.ports.physicalModifier and TypeClassDescriptionclassAn error indicating premature termination of a data flow.classException thrown when an error relating to reaching the end of a flow is encountered. -
Uses of DRException in com.pervasive.datarush.sequences
Subclasses of DRException in com.pervasive.datarush.sequencesModifier and TypeClassDescriptionclassException thrown if attempting to callTokenValuedIterator.stepNext()after it has already returned false. -
Uses of DRException in com.pervasive.datarush.types
Subclasses of DRException in com.pervasive.datarush.typesModifier and TypeClassDescriptionclassUnchecked exception thrown to indicate a field in a record schema is of an invalid type for a given context.classUnchecked exception thrown when an attempt is made to compare two fields of incompatible types in a record schema.classUnchecked exception thrown to indicate a type is not valid in a given context.classUnchecked exception thrown when an attempt is made to compare two typed objects of incompatible types.