Class RegularExpressionMetapathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.metaschema.core.metapath.MetapathException
dev.metaschema.core.metapath.function.regex.RegularExpressionMetapathException
All Implemented Interfaces:
Serializable

public class RegularExpressionMetapathException extends MetapathException
MPRX: Exceptions related to regular expression processing in Metapath functions.
See Also:
  • Field Details

  • Constructor Details

    • RegularExpressionMetapathException

      public RegularExpressionMetapathException(int code, @Nullable String message, @Nullable Throwable cause)
      Constructs a new exception with the provided code, message, and cause.
      Parameters:
      code - the error code value
      message - the exception message
      cause - the original exception cause
    • RegularExpressionMetapathException

      public RegularExpressionMetapathException(int code, @Nullable String message)
      Constructs a new exception with the provided code, message, and no cause.
      Parameters:
      code - the error code value
      message - the exception message
    • RegularExpressionMetapathException

      public RegularExpressionMetapathException(int code, @Nullable Throwable cause)
      Constructs a new exception with the provided code, no message, and the cause.
      Parameters:
      code - the error code value
      cause - the original exception cause