Class GeneratorException

    • Constructor Detail

      • GeneratorException

        public GeneratorException​(String s)
        Constructs the Generator exception with the specified string.
        Parameters:
        the - string description
    • Method Detail

      • toString

        public String toString()
        Return the string representation of the exception.
        Overrides:
        toString in class Throwable
        Returns:
        the string representation of the exception.