Uses of Class
com.streambase.sb.ApplicationValidationException
-
Packages that use ApplicationValidationException Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.com.streambase.sb.expr com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of ApplicationValidationException in com.streambase.sb
Subclasses of ApplicationValidationException in com.streambase.sb Modifier and Type Class Description class
ParsingException
Parsing exceptionstatic class
SchemaUtil.FieldConflictException
A SemanticValidationException that also stores the index of the schema that caused it, when we're computing merges of schemas.class
SemanticValidationException
class
XmlInterpretationException
class
XmlParsingException
Constructors in com.streambase.sb with parameters of type ApplicationValidationException Constructor Description ApplicationValidationException(String msg, ApplicationValidationException cause)
ParsingException(String message, ApplicationValidationException cause)
ConstructorSemanticValidationException(String msg, ApplicationValidationException cause)
XmlInterpretationException(String msg, ApplicationValidationException cause)
XmlParsingException(String msg, ApplicationValidationException cause)
-
Uses of ApplicationValidationException in com.streambase.sb.expr
Subclasses of ApplicationValidationException in com.streambase.sb.expr with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
com.streambase.sb.expr.ExprException
Semantic exception parsing an expression. -
Uses of ApplicationValidationException in com.streambase.sb.operator
Subclasses of ApplicationValidationException in com.streambase.sb.operator Modifier and Type Class Description class
ParameterInterpretationException
Parameter interpretation exceptionConstructors in com.streambase.sb.operator with parameters of type ApplicationValidationException Constructor Description ParameterInterpretationException(String msg, ApplicationValidationException cause)
Constructor
-