jrun.jsp.compiler
Class JSPCompiler.TagMissingRequiredAttributesException

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

public class JSPCompiler.TagMissingRequiredAttributesException
extends JSPCompiler.TagException

({line}) The tag {tagName} was missing the following required attribute(s): {list}


Field Summary
 java.util.List list
           
 
Fields inherited from class jrun.jsp.compiler.JSPCompiler.TagException
tagName
 
Fields inherited from class jrun.jsp.compiler.CompilerException
line, lineSep, rootCause
 
Constructor Summary
JSPCompiler.TagMissingRequiredAttributesException(SimpleNode node, java.util.List missingAttributes, java.lang.String tag)
           
 
Methods inherited from class jrun.jsp.compiler.CompilerException
getMessage
 

Field Detail

list

public final java.util.List list
Constructor Detail

JSPCompiler.TagMissingRequiredAttributesException

public JSPCompiler.TagMissingRequiredAttributesException(SimpleNode node,
                                                         java.util.List missingAttributes,
                                                         java.lang.String tag)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.