Package org.restheart.mongodb.utils
Class Minify.UnterminatedRegExpLiteralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restheart.mongodb.utils.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 Summary
Constructors Constructor Description UnterminatedRegExpLiteralException(int line, int column)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-