jrun.jsp.compiler
Class JSPCompiler.RuntimeExpressionAttributeNotAllowed

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

public class JSPCompiler.RuntimeExpressionAttributeNotAllowed
extends JSPCompiler.TagException

({line}) The {attribute} attribute of the {tagName} tag cannot be a runtime expression


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

Field Detail

attribute

public final java.lang.String attribute
Constructor Detail

JSPCompiler.RuntimeExpressionAttributeNotAllowed

public JSPCompiler.RuntimeExpressionAttributeNotAllowed(SimpleNode node,
                                                        java.lang.String attribute)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.