jrun.jsp.compiler
Class JSPCompiler.TagHandlerClassNotFoundException

jrun.jsp.compiler.CompilerException
  |
  +--jrun.jsp.compiler.JSPCompiler.TagException
        |
        +--jrun.jsp.compiler.JSPCompiler.TagHandlerClassNotFoundException
Enclosing class:
JSPCompiler

public class JSPCompiler.TagHandlerClassNotFoundException
extends JSPCompiler.TagException

({line}) The tag {tagName}'s handler class {clazz} was not found in the classpath


Field Summary
 java.lang.String clazz
           
 
Fields inherited from class jrun.jsp.compiler.JSPCompiler.TagException
tagName
 
Fields inherited from class jrun.jsp.compiler.CompilerException
line, lineSep, rootCause
 
Constructor Summary
JSPCompiler.TagHandlerClassNotFoundException(SimpleNode node, javax.servlet.jsp.tagext.TagInfo tagInfo)
           
 
Methods inherited from class jrun.jsp.compiler.CompilerException
getMessage
 

Field Detail

clazz

public final java.lang.String clazz
Constructor Detail

JSPCompiler.TagHandlerClassNotFoundException

public JSPCompiler.TagHandlerClassNotFoundException(SimpleNode node,
                                                    javax.servlet.jsp.tagext.TagInfo tagInfo)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.