Uses of Class
com.streambase.sb.SemanticValidationException
-
Packages that use SemanticValidationException Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of SemanticValidationException in com.streambase.sb
Subclasses of SemanticValidationException in com.streambase.sb Modifier and Type Class Description static class
SchemaUtil.FieldConflictException
A SemanticValidationException that also stores the index of the schema that caused it, when we're computing merges of schemas.class
XmlInterpretationException
Methods in com.streambase.sb that throw SemanticValidationException Modifier and Type Method Description static Schema
SchemaUtil. computeOutputSchema(LocatedItem loc, Schema[] schemas, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas, String errorPrefix)
static Schema
SchemaUtil. expandCaptureFields(LocatedItem loc, Schema schema, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas)
Take a schema which might have capture field, and expand the field.static Schema.Field
SchemaUtil. superSetField(Schema.Field oldField, Schema.Field newField, Set<SchemaUtil.CoercionOptions> options, CapturedSchemas capturedSchemas)
-