org.apache.ode.bpel.compiler
Class CompilationExceptionWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxen.saxpath.SAXPathException
              extended by org.jaxen.JaxenException
                  extended by org.apache.ode.bpel.compiler.CompilationExceptionWrapper
All Implemented Interfaces:
java.io.Serializable

public class CompilationExceptionWrapper
extends org.jaxen.JaxenException

Jaxen-compliant wrapper for CompilationException.

See Also:
Serialized Form

Constructor Summary
CompilationExceptionWrapper(CompilationException cause)
           
 
Method Summary
 CompilationException getCompilationException()
           
 
Methods inherited from class org.jaxen.saxpath.SAXPathException
getCause, initCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationExceptionWrapper

public CompilationExceptionWrapper(CompilationException cause)
Method Detail

getCompilationException

public CompilationException getCompilationException()