Class RNGParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      RNGParseException​(java.lang.String message)
      Constructs a new RNGParseException.
      RNGParseException​(java.lang.String message, java.lang.Throwable t)
      Constructs a new RNGParseException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RNGParseException

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

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