jrun.jsp.compiler
Class JSPCompiler.TagException

jrun.jsp.compiler.CompilerException
  |
  +--jrun.jsp.compiler.JSPCompiler.TagException
Direct Known Subclasses:
JSPCompiler.NoSuchAttributeException, JSPCompiler.RuntimeExpressionAttributeNotAllowed, JSPCompiler.TagHandlerClassNotFoundException, JSPCompiler.TagLoadException, JSPCompiler.TagMissingRequiredAttributesException, JSPCompiler.TagNotInTagLibraryException, JSPCompiler.TagNotValidFromTEIException, JSPCompiler.UnbalancedEndTagException
Enclosing class:
JSPCompiler

public abstract class JSPCompiler.TagException
extends CompilerException


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

Field Detail

tagName

public final java.lang.String tagName
Constructor Detail

JSPCompiler.TagException

public JSPCompiler.TagException(SimpleNode node,
                                java.lang.String tagName)

JSPCompiler.TagException

public JSPCompiler.TagException(SimpleNode node,
                                java.lang.String tagName,
                                java.lang.Throwable t)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.