jrun.jsp.compiler
Class JSPCompiler.NoSuchAttributeException

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

public class JSPCompiler.NoSuchAttributeException
extends JSPCompiler.TagException

({line}) The {tagName} tag does not have a {attr} attribute


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

Field Detail

attr

public final java.lang.String attr
Constructor Detail

JSPCompiler.NoSuchAttributeException

public JSPCompiler.NoSuchAttributeException(java.lang.String attr,
                                            SimpleNode n)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.