Class StaticMetapathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidMetapathGrammarException

public class StaticMetapathException extends MetapathException
MPST: Exceptions related to the Metapath static context and static evaluation.
See Also:
  • Field Details

  • Constructor Details

    • StaticMetapathException

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

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

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