Package com.google.appengine.tools.admin
Class JspCompilationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.tools.admin.JspCompilationException
-
- All Implemented Interfaces:
Serializable
public class JspCompilationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJspCompilationException.Source
-
Constructor Summary
Constructors Constructor Description JspCompilationException(String message, JspCompilationException.Source source)JspCompilationException(String message, JspCompilationException.Source source, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JspCompilationException.SourcegetSource()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JspCompilationException
public JspCompilationException(String message, JspCompilationException.Source source)
-
JspCompilationException
public JspCompilationException(String message, JspCompilationException.Source source, Throwable cause)
-
-
Method Detail
-
getSource
public JspCompilationException.Source getSource()
-
-