| java.lang.Object java.lang.Throwable java.lang.Exception com.rimfaxe.webserver.compiler.JspToJavaException
Constructor Summary | |
public | JspToJavaException() Creates a new instance of NativeCompilationException without detail message. | public | JspToJavaException(String msg) Constructs an instance of NativeCompilationException with the specified detail message. | public | JspToJavaException(Mark mark, String msg) Constructs an instance of NativeCompilationException with the specified detail message. | public | JspToJavaException(Mark mark, String msg, String element) Constructs an instance of NativeCompilationException with the specified detail message. |
JspToJavaException | public JspToJavaException()(Code) | | Creates a new instance of NativeCompilationException without detail message.
|
JspToJavaException | public JspToJavaException(String msg)(Code) | | Constructs an instance of NativeCompilationException with the specified detail message.
Parameters: msg - the detail message. |
JspToJavaException | public JspToJavaException(Mark mark, String msg)(Code) | | Constructs an instance of NativeCompilationException with the specified detail message.
Parameters: msg - the detail message. |
JspToJavaException | public JspToJavaException(Mark mark, String msg, String element)(Code) | | Constructs an instance of NativeCompilationException with the specified detail message.
Parameters: msg - the detail message. |
|
|