|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drools.semantics.java.JavaSemanticCompileError
public class JavaSemanticCompileError
This exception gets thrown when there is an actual error compiling a java semantic components. Errors are passed back from JCI.
Constructor Summary | |
---|---|
JavaSemanticCompileError(CompilationProblem[] errors)
|
Method Summary | |
---|---|
CompilationProblem[] |
getErrors()
|
java.lang.String |
getMessage()
This will return information about the errors that the semantic compiler returned. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 JavaSemanticCompileError(CompilationProblem[] errors)
Method Detail |
---|
public CompilationProblem[] getErrors()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |