Uses of Enum Class
org.rumbledb.errorcodes.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in org.rumbledb.errorcodes
Methods in org.rumbledb.errorcodes that return ErrorCode -
Uses of ErrorCode in org.rumbledb.exceptions
Constructors in org.rumbledb.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionParsingException(String message, ErrorCode code, ExceptionMetadata metadata) RumbleException(String message, ErrorCode errorCode) SemanticException(String message, ErrorCode errorCode, ExceptionMetadata metadata) UnexpectedStaticTypeException(String message, ErrorCode errorCode) UnexpectedStaticTypeException(String message, ErrorCode errorCode, ExceptionMetadata metadata) -
Uses of ErrorCode in org.rumbledb.expressions.typing
Methods in org.rumbledb.expressions.typing that return ErrorCodeConstructors in org.rumbledb.expressions.typing with parameters of type ErrorCodeModifierConstructorDescriptionTreatExpression(Expression mainExpression, SequenceType sequenceType, ErrorCode errorCode, ExceptionMetadata metadata) -
Uses of ErrorCode in org.rumbledb.runtime.functions.sequences.general
Constructors in org.rumbledb.runtime.functions.sequences.general with parameters of type ErrorCodeModifierConstructorDescriptionTreatAsClosure(SequenceType sequenceType, ErrorCode shouldThrowTreatException, ExceptionMetadata metadata) -
Uses of ErrorCode in org.rumbledb.runtime.typing
Constructors in org.rumbledb.runtime.typing with parameters of type ErrorCodeModifierConstructorDescriptionTreatIterator(RuntimeIterator iterator, SequenceType sequenceType, boolean isUpdating, ErrorCode errorCode, RuntimeStaticContext staticContext) TreatIterator(RuntimeIterator iterator, SequenceType sequenceType, ErrorCode errorCode, RuntimeStaticContext staticContext)