Class InvalidMetapathGrammarException

All Implemented Interfaces:
Serializable

public class InvalidMetapathGrammarException extends StaticMetapathException
An exception to be raised when a Metapath is not a valid instance of the Metapath grammar.

This exception is associated with the StaticMetapathException.INVALID_PATH_GRAMMAR error code.

See Also:
  • Constructor Details

    • InvalidMetapathGrammarException

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

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

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