jrun.jsp.compiler
Class JSPCompiler.InvalidAutoFlushAttribute

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

public class JSPCompiler.InvalidAutoFlushAttribute
extends CompilerException

({line}) autoFlush attribute must be true or false: {value}


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

Field Detail

value

public final java.lang.String value
Constructor Detail

JSPCompiler.InvalidAutoFlushAttribute

public JSPCompiler.InvalidAutoFlushAttribute(SimpleNode node,
                                             java.lang.String value)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.