javawebparts.filter
Class JSMin.UnterminatedRegExpLiteralException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javawebparts.filter.JSMin.UnterminatedRegExpLiteralException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JSMin

class JSMin.UnterminatedRegExpLiteralException
extends java.lang.Exception

This class is thrown when a RegExp is not terminated correctly.

Author:
Herman van Rosmalen .

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) JSMin.UnterminatedRegExpLiteralException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSMin.UnterminatedRegExpLiteralException

JSMin.UnterminatedRegExpLiteralException()


Copyright © 2005 Frank W. Zammetti