Class DynamicMetapathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextAbsentDynamicMetapathException, InvalidTreatTypeDynamicMetapathException

MPDY: Exceptions related to the Metapath dynamic context and dynamic evaluation.
See Also:
  • Field Details

  • Constructor Details

    • DynamicMetapathException

      public DynamicMetapathException(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
    • DynamicMetapathException

      public DynamicMetapathException(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
    • DynamicMetapathException

      public DynamicMetapathException(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