Class Minify.UnterminatedRegExpLiteralException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Minify

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

      • UnterminatedRegExpLiteralException

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