Class Minify.UnterminatedStringLiteralException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Minify

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

      • UnterminatedStringLiteralException

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