|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException play.exceptions.PlayException play.exceptions.JavaException play.exceptions.JavaCompilationException
public class JavaCompilationException
A java compilation error
Constructor Summary | |
---|---|
JavaCompilationException(ApplicationClasses.ApplicationClass applicationClass,
org.eclipse.jdt.core.compiler.IProblem problem)
|
Method Summary | |
---|---|
java.lang.String |
getErrorDescription()
|
java.lang.String |
getErrorTitle()
|
java.lang.String |
getMessage(org.eclipse.jdt.core.compiler.IProblem problem)
|
org.eclipse.jdt.core.compiler.IProblem |
getProblem()
|
Methods inherited from class play.exceptions.JavaException |
---|
getLineNumber, getSource, getSourceFile, isSourceAvailable |
Methods inherited from class play.exceptions.PlayException |
---|
getId, getInterestingStrackTraceElement |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaCompilationException(ApplicationClasses.ApplicationClass applicationClass, org.eclipse.jdt.core.compiler.IProblem problem)
Method Detail |
---|
public org.eclipse.jdt.core.compiler.IProblem getProblem()
public java.lang.String getErrorTitle()
getErrorTitle
in class PlayException
public java.lang.String getErrorDescription()
getErrorDescription
in class PlayException
public java.lang.String getMessage(org.eclipse.jdt.core.compiler.IProblem problem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |