javawebparts.filter
Class JSMin.UnterminatedStringLiteralException

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

class JSMin.UnterminatedStringLiteralException
extends java.lang.Exception

This class is thrown when a String 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.UnterminatedStringLiteralException()
           
 
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.UnterminatedStringLiteralException

JSMin.UnterminatedStringLiteralException()


Copyright © 2005 Frank W. Zammetti