org.apache.tuscany.sca.binding.ws.wsdlgen
Class WSDLGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.apache.tuscany.sca.binding.ws.wsdlgen.WSDLGenerationException
All Implemented Interfaces:
java.io.Serializable

public class WSDLGenerationException
extends org.osoa.sca.ServiceRuntimeException

See Also:
Serialized Form

Constructor Summary
WSDLGenerationException()
           
WSDLGenerationException(java.lang.String message)
           
WSDLGenerationException(java.lang.String message, java.lang.Throwable cause)
           
WSDLGenerationException(java.lang.String message, java.lang.Throwable cause, Problem problem)
           
WSDLGenerationException(java.lang.Throwable cause)
           
 
Method Summary
 Problem getProblem()
           
 
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

WSDLGenerationException

public WSDLGenerationException()

WSDLGenerationException

public WSDLGenerationException(java.lang.String message,
                               java.lang.Throwable cause)

WSDLGenerationException

public WSDLGenerationException(java.lang.String message)

WSDLGenerationException

public WSDLGenerationException(java.lang.Throwable cause)

WSDLGenerationException

public WSDLGenerationException(java.lang.String message,
                               java.lang.Throwable cause,
                               Problem problem)
Method Detail

getProblem

public Problem getProblem()