jrun.jsp.compiler
Class CompilerException

jrun.jsp.compiler.CompilerException
Direct Known Subclasses:
JSPCompiler.CompoundCompilerException, JSPCompiler.DirectiveExtraAttributes, JSPCompiler.DirectiveMissingAttribute, JSPCompiler.InvalidAutoFlushAttribute, JSPCompiler.InvalidAutoFlushBufferAttributes, JSPCompiler.InvalidBufferAttribute, JSPCompiler.InvalidDirective, JSPCompiler.LanguageNotSupportedException, JSPCompiler.TagException, JSPCompiler.TagNotValidException, JSTCompiler.JSTTagAttributeMissingName

public class CompilerException

({line}) {rootCause}


Field Summary
 int line
           
protected  java.lang.String lineSep
           
 java.lang.Throwable rootCause
           
 
Constructor Summary
protected CompilerException()
           
  CompilerException(SimpleNode node)
           
  CompilerException(SimpleNode node, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getMessage()
           
 

Field Detail

line

public final int line

rootCause

public final java.lang.Throwable rootCause

lineSep

protected java.lang.String lineSep
Constructor Detail

CompilerException

protected CompilerException()

CompilerException

public CompilerException(SimpleNode node)

CompilerException

public CompilerException(SimpleNode node,
                         java.lang.Throwable e)
Method Detail

getMessage

public java.lang.String getMessage()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.