Class ContextAbsentDynamicMetapathException

All Implemented Interfaces:
Serializable

public class ContextAbsentDynamicMetapathException extends DynamicMetapathException
err:MPDY0002: It is a dynamic error if evaluation of an expression relies on some part of the dynamic context that is absent.
See Also:
  • Constructor Details

    • ContextAbsentDynamicMetapathException

      public ContextAbsentDynamicMetapathException(@Nullable String message)
      Constructs a new exception with the provided message and no cause.
      Parameters:
      message - the exception message
    • ContextAbsentDynamicMetapathException

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

      public ContextAbsentDynamicMetapathException(@Nullable Throwable cause)
      Constructs a new exception with the provided cause and no message.
      Parameters:
      cause - the original exception cause