jrun.jsp.compiler
Class JSPCompiler.DirectiveMissingAttribute

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

public class JSPCompiler.DirectiveMissingAttribute
extends CompilerException

({line}) {directive} directive missing {attr} attribute


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

Field Detail

attr

public final java.lang.String attr

directive

public final java.lang.String directive
Constructor Detail

JSPCompiler.DirectiveMissingAttribute

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.