Package org.restheart.utils
Class Minify.UnterminatedRegExpLiteralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.restheart.utils.Minify.UnterminatedRegExpLiteralException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Minify
Exception to be thrown when an unterminated regular expression literal
appears in the input.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnterminatedRegExpLiteralException
public UnterminatedRegExpLiteralException(int line, int column) - Parameters:
line-column-
-