jrun.jsp.compiler
Class JSPCompiler.UnbalancedEndTagException

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

public class JSPCompiler.UnbalancedEndTagException
extends JSPCompiler.TagException

({line}) Encountered end tag {tagName} with no start tag


Fields inherited from class jrun.jsp.compiler.JSPCompiler.TagException
tagName
 
Fields inherited from class jrun.jsp.compiler.CompilerException
line, lineSep, rootCause
 
Constructor Summary
JSPCompiler.UnbalancedEndTagException(SimpleNode node)
           
 
Methods inherited from class jrun.jsp.compiler.CompilerException
getMessage
 

Constructor Detail

JSPCompiler.UnbalancedEndTagException

public JSPCompiler.UnbalancedEndTagException(SimpleNode node)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.