|
|||||||||
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.apache.ode.bpel.compiler.api.CompilationException
public class CompilationException
Exception indicating a compilation error.
Constructor Summary | |
---|---|
CompilationException(CompilationMessage msg)
|
|
CompilationException(CompilationMessage msg,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
CompilationMessage |
getCompilationMessage()
Get the CompilationMessage associated with this exception}. |
java.lang.String |
toErrorMessage()
|
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 CompilationException(CompilationMessage msg, java.lang.Throwable cause)
public CompilationException(CompilationMessage msg)
Exception.Exception(String,Throwable)
Method Detail |
---|
public java.lang.String toErrorMessage()
public CompilationMessage getCompilationMessage()
CompilationMessage
associated with this exception}.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |