Class MetapathException

    • Constructor Detail

      • MetapathException

        public MetapathException()
        Constructs a new Metapath exception with a null message and no cause.
      • MetapathException

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

        public MetapathException​(Throwable cause)
        Constructs a new Metapath exception with a null message and the provided cause.
        Parameters:
        cause - the exception cause
      • MetapathException

        public MetapathException​(String message,
                                 Throwable cause)
        Constructs a new Metapath exception with the provided message and cause.
        Parameters:
        message - the exception message
        cause - the exception cause