play.exceptions
Class JavaCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.exceptions.JavaException
play.exceptions.JavaCompilationException
- All Implemented Interfaces:
- Serializable, SourceAttachment
public class JavaCompilationException
- extends JavaException
A java compilation error
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JavaCompilationException
public JavaCompilationException(ApplicationClasses.ApplicationClass applicationClass,
org.eclipse.jdt.core.compiler.IProblem problem)
getProblem
public org.eclipse.jdt.core.compiler.IProblem getProblem()
getErrorTitle
public String getErrorTitle()
- Specified by:
getErrorTitle in class PlayException
getErrorDescription
public String getErrorDescription()
- Specified by:
getErrorDescription in class PlayException
getMessage
public String getMessage(org.eclipse.jdt.core.compiler.IProblem problem)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly