Class Minify.UnterminatedCommentException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Minify

    public static class Minify.UnterminatedCommentException
    extends Exception
    Exception to be thrown when an unterminated comment appears in the input.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnterminatedCommentException

        public UnterminatedCommentException​(int line,
                                            int column)
        Parameters:
        line -
        column -