Uses of Interface
dev.metaschema.core.metapath.IErrorCode
Packages that use IErrorCode
Package
Description
Provides the core Metapath expression language implementation.
Provides the core framework for defining and executing Metapath functions.
-
Uses of IErrorCode in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath that return IErrorCodeModifier and TypeMethodDescriptionfinal IErrorCodeMetapathException.getErrorCode()Get the error code, which indicates what type of error it is.static IErrorCodeCreate a new error code with the provided prefix and code value.Constructors in dev.metaschema.core.metapath with parameters of type IErrorCodeModifierConstructorDescriptionprotectedMetapathException(IErrorCode errorCode, String message) Constructs a new Metapath exception with the providedcodeandmessageand no cause.protectedMetapathException(IErrorCode errorCode, String message, Throwable cause) Constructs a new Metapath exception with the providedcode,messageandcause.protectedMetapathException(IErrorCode errorCode, Throwable cause) Constructs a new Metapath exception with anullmessage and the providedcodeandcause. -
Uses of IErrorCode in dev.metaschema.core.metapath.function
Constructors in dev.metaschema.core.metapath.function with parameters of type IErrorCodeModifierConstructorDescriptionFunctionMetapathError(IErrorCode errorCode, String message) Constructs a new Metapath exception with the providedcode,message, and no cause.FunctionMetapathError(IErrorCode errorCode, String message, Throwable cause) Constructs a new Metapath exception with the providedcode,message, andcause.FunctionMetapathError(IErrorCode errorCode, Throwable cause) Constructs a new Metapath exception with anullmessage and the providedcause.