org.weborganic.bastille.util
Class JSMin.UnterminatedRegExpLiteralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.weborganic.bastille.util.ParsingException
              extended by org.weborganic.bastille.util.JSMin.UnterminatedRegExpLiteralException
All Implemented Interfaces:
Serializable
Enclosing class:
JSMin

public static class JSMin.UnterminatedRegExpLiteralException
extends ParsingException

A regular expression that does not terminate properly.

See Also:
Serialized Form

Constructor Summary
JSMin.UnterminatedRegExpLiteralException(int line, int column)
           
 
Method Summary
 
Methods inherited from class org.weborganic.bastille.util.ParsingException
getColumn, getLine, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSMin.UnterminatedRegExpLiteralException

public JSMin.UnterminatedRegExpLiteralException(int line,
                                                int column)
Parameters:
line - Current line number.
column - Current column number.