javawebparts.filter
Class JSMin.UnterminatedCommentException

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

class JSMin.UnterminatedCommentException
extends java.lang.Exception

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

JSMin.UnterminatedCommentException()


Copyright © 2005 Frank W. Zammetti