Class GenerationException

    • Constructor Detail

      • GenerationException

        public GenerationException​(String message)
        Creates a GenerationException with a message.
        Parameters:
        message - The exception message
      • GenerationException

        public GenerationException​(String message,
                                   Throwable cause)
        Creates a GenerationException with a message and an underlying cause.
        Parameters:
        message - The message
        cause - The underlying cause