Class CryptoAnalysisParserException

    • Constructor Detail

      • CryptoAnalysisParserException

        public CryptoAnalysisParserException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - a detail message.
      • CryptoAnalysisParserException

        public CryptoAnalysisParserException​(String message,
                                             Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - a detail message.
        cause - the cause of the exception.