jrun.jsp.compiler
Class JSPCompiler.LanguageNotSupportedException

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

public class JSPCompiler.LanguageNotSupportedException
extends CompilerException

({line}) The language {language} is not supported.


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

Field Detail

language

public final java.lang.String language
Constructor Detail

JSPCompiler.LanguageNotSupportedException

public JSPCompiler.LanguageNotSupportedException(SimpleNode node,
                                                 java.lang.String language)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.