Class MatchException

    • Constructor Detail

      • MatchException

        public MatchException()
        Constructs a new ContainerException exception.
      • MatchException

        public MatchException​(String message)
        Constructs a new MatchException exception with the given message.
        Parameters:
        message - the exception message
      • MatchException

        public MatchException​(Throwable nested)
        Constructs a new MatchException exception with the nested exception.
        Parameters:
        nested - the nested exception
      • MatchException

        public MatchException​(String msg,
                              Throwable nested)
        Constructs a new MatchException exception when the container needs to do the following:
        • throw an exception
        • include the "nested" exception
        • include a description message
        Parameters:
        msg - the exception message
        nested - the nested exception