Class RNGParseException

    • Constructor Detail

      • RNGParseException

        public RNGParseException​(String message)
        Constructs a new RNGParseException.
        Parameters:
        message - the detail message
      • RNGParseException

        public RNGParseException​(String message,
                                 Throwable t)
        Constructs a new RNGParseException.
        Parameters:
        message - the detail message
        t - the cause (which is saved for later retrieval