jrun.jsp.compiler
Class JSPCompiler.TagLoadException

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

public class JSPCompiler.TagLoadException
extends JSPCompiler.TagException

({line}) Could not load JST {tagName}: {rootCause}


Fields inherited from class jrun.jsp.compiler.JSPCompiler.TagException
tagName
 
Fields inherited from class jrun.jsp.compiler.CompilerException
line, lineSep, rootCause
 
Constructor Summary
JSPCompiler.TagLoadException(SimpleNode n, java.lang.String tagName, java.lang.Throwable rc)
           
 
Methods inherited from class jrun.jsp.compiler.CompilerException
getMessage
 

Constructor Detail

JSPCompiler.TagLoadException

public JSPCompiler.TagLoadException(SimpleNode n,
                                    java.lang.String tagName,
                                    java.lang.Throwable rc)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.